Spaces:
Running
Running
Update app.py
Browse files
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
|
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)
|