akhaliq HF Staff commited on
Commit
d59de21
·
1 Parent(s): 81bbc1b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ mx.test_utils.download('https://s3.amazonaws.com/onnx-model-zoo/synset.txt')
13
  with open('synset.txt', 'r') as f:
14
  labels = [l.rstrip() for l in f]
15
 
16
- os.system("wget https://github.com/AK391/models/blob/main/vision/classification/shufflenet/model/shufflenet-v2-10.onnx")
17
 
18
  # Enter path to the ONNX model file
19
 
 
13
  with open('synset.txt', 'r') as f:
14
  labels = [l.rstrip() for l in f]
15
 
16
+ os.system("wget https://github.com/AK391/models/raw/main/vision/classification/shufflenet/model/shufflenet-v2-10.onnx")
17
 
18
  # Enter path to the ONNX model file
19