Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)
|