akhaliq HF Staff commited on
Commit
96233ec
·
1 Parent(s): e6f7d6f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/EfficientNet-Lite4", filename="efficientnet-lite4-11.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