Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -7,9 +7,6 @@ import json
|
|
7 |
import gradio as gr
|
8 |
#from huggingface_hub import hf_hub_download
|
9 |
import onnxruntime as rt
|
10 |
-
import os
|
11 |
-
|
12 |
-
os.system("wget https://github.com/onnx/models/raw/main/vision/classification/efficientnet-lite4/model/efficientnet-lite4-11.onnx")
|
13 |
|
14 |
#modele = hf_hub_download(repo_id="onnx/EfficientNet-Lite4", filename="efficientnet-lite4-11.onnx")
|
15 |
# load the labels text file
|
|
|
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/EfficientNet-Lite4", filename="efficientnet-lite4-11.onnx")
|
12 |
# load the labels text file
|