Spaces:
Sleeping
Sleeping
out
Browse files
app.py
CHANGED
@@ -11,4 +11,6 @@ def classify_image(img):
|
|
11 |
|
12 |
|
13 |
|
14 |
-
intf = gr.Interface(classify_image,
|
|
|
|
|
|
11 |
|
12 |
|
13 |
|
14 |
+
intf = gr.Interface(fn=classify_image,
|
15 |
+
inputs=gr.Image(),
|
16 |
+
outputs=[gr.Textbox(), gr.Textbox(), gr.Textbox()])
|