Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -21,4 +21,4 @@ def predict_image(img):
|
|
| 21 |
|
| 22 |
intrfce = gr.Interface(fn=predict_image,
|
| 23 |
inputs=gr.Image(type="pil"),
|
| 24 |
-
outputs=gr.Label(
|
|
|
|
| 21 |
|
| 22 |
intrfce = gr.Interface(fn=predict_image,
|
| 23 |
inputs=gr.Image(type="pil"),
|
| 24 |
+
outputs=gr.Label()).launch()
|