qiqiyuan commited on
Commit
008875a
1 Parent(s): d2b89ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import gradio as gr
4
  from huggingface_hub import snapshot_download
5
  import os
6
 
7
- model_path = "best_int8_openvino_model/best_int8_openvino_model"
8
 
9
  def load_model(repo_id):
10
  download_dir = snapshot_download(repo_id)
 
4
  from huggingface_hub import snapshot_download
5
  import os
6
 
7
+ model_path = "best_int8_openvino_model"
8
 
9
  def load_model(repo_id):
10
  download_dir = snapshot_download(repo_id)