qiqiyuan commited on
Commit
94b81b7
·
verified ·
1 Parent(s): a20e699

Update app.py

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