aje6 commited on
Commit
07be95f
·
verified ·
1 Parent(s): 78f6d8f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -269,7 +269,7 @@ def predict(image):
269
  # Make prediction
270
  output = model.run(None, {input_name: image})
271
 
272
- print("Output shape:", output.shape)
273
 
274
  # print("type output:", type(output))
275
  # print(output)
 
269
  # Make prediction
270
  output = model.run(None, {input_name: image})
271
 
272
+ # print("Output shape:", output.shape)
273
 
274
  # print("type output:", type(output))
275
  # print(output)