Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ import gradio as gr
|
|
8 |
from huggingface_hub import hf_hub_download
|
9 |
import onnxruntime as rt
|
10 |
|
11 |
-
modele = hf_hub_download(repo_id="onnx/
|
12 |
# load the labels text file
|
13 |
labels = json.load(open("labels_maps.txt", "r"))
|
14 |
|
|
|
8 |
from huggingface_hub import hf_hub_download
|
9 |
import onnxruntime as rt
|
10 |
|
11 |
+
modele = hf_hub_download(repo_id="onnx/Inception-1-int8", filename="efficientnet-lite4-11.onnx")
|
12 |
# load the labels text file
|
13 |
labels = json.load(open("labels_maps.txt", "r"))
|
14 |
|