Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -22,7 +22,7 @@ def classify_image(input):
|
|
| 22 |
# create Gradio interface
|
| 23 |
iface = gr.Interface(fn=classify_image,
|
| 24 |
inputs=gr.Image(shape=(224, 224)),
|
| 25 |
-
outputs=gr.Label(num_top_classes=
|
| 26 |
#examples=["banana.jpg", "car.jpg"]
|
| 27 |
)
|
| 28 |
|
|
|
|
| 22 |
# create Gradio interface
|
| 23 |
iface = gr.Interface(fn=classify_image,
|
| 24 |
inputs=gr.Image(shape=(224, 224)),
|
| 25 |
+
outputs=gr.Label(num_top_classes=4),
|
| 26 |
#examples=["banana.jpg", "car.jpg"]
|
| 27 |
)
|
| 28 |
|