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

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/Inception-1-int8", 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="inception-v1-12-int8.onnx")
12
  # load the labels text file
13
  labels = json.load(open("labels_maps.txt", "r"))
14