akhaliq HF staff commited on
Commit
770e4b0
1 Parent(s): 7274d3b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -9,6 +9,7 @@ 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_map.txt", "r"))
14
 
 
9
  import onnxruntime as rt
10
 
11
  modele = hf_hub_download(repo_id="onnx/EfficientNet-Lite4", filename="efficientnet-lite4-11.onnx")
12
+ print(modele)
13
  # load the labels text file
14
  labels = json.load(open("labels_map.txt", "r"))
15