Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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/
|
| 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 |
|