Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -20,8 +20,7 @@ def classify_image(inp):
|
|
20 |
|
21 |
|
22 |
image = gr.inputs.Image(shape=(224, 224))
|
23 |
-
label = gr.outputs.Label()
|
24 |
|
25 |
gr.Interface(
|
26 |
-
fn=classify_image, inputs=image, outputs=
|
27 |
).launch()
|
|
|
20 |
|
21 |
|
22 |
image = gr.inputs.Image(shape=(224, 224))
|
|
|
23 |
|
24 |
gr.Interface(
|
25 |
+
fn=classify_image, inputs=image, outputs="text"
|
26 |
).launch()
|