Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -34,7 +34,7 @@ def predict_image(image):
|
|
| 34 |
return prediction_dict
|
| 35 |
|
| 36 |
# Create the interface
|
| 37 |
-
input_interface = gr.Image(
|
| 38 |
output_interface = "json"
|
| 39 |
|
| 40 |
iface = gr.Interface(
|
|
|
|
| 34 |
return prediction_dict
|
| 35 |
|
| 36 |
# Create the interface
|
| 37 |
+
input_interface = gr.Image()
|
| 38 |
output_interface = "json"
|
| 39 |
|
| 40 |
iface = gr.Interface(
|