akhaliq HF Staff commited on
Commit
9837e27
·
1 Parent(s): 24af4c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = 'resnet50-v1-12.onnx'
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