Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -17,7 +17,7 @@ os.system("wget https://s3.amazonaws.com/model-server/inputs/kitten.jpg")
|
|
| 17 |
|
| 18 |
|
| 19 |
|
| 20 |
-
model_path = '
|
| 21 |
model = onnx.load(model_path)
|
| 22 |
session = ort.InferenceSession(model.SerializeToString())
|
| 23 |
|
|
|
|
| 17 |
|
| 18 |
|
| 19 |
|
| 20 |
+
model_path = 'densenet-9.onnx'
|
| 21 |
model = onnx.load(model_path)
|
| 22 |
session = ort.InferenceSession(model.SerializeToString())
|
| 23 |
|