Spaces:
Runtime error
Runtime error
Commit
·
f37bc90
1
Parent(s):
793993d
Update app.py
Browse files
app.py
CHANGED
@@ -39,5 +39,5 @@ def classify_image(img):
|
|
39 |
image = gr.components.Image()
|
40 |
label = gr.components.Label()
|
41 |
|
42 |
-
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label
|
43 |
intf.launch(inline=False)
|
|
|
39 |
image = gr.components.Image()
|
40 |
label = gr.components.Label()
|
41 |
|
42 |
+
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label)
|
43 |
intf.launch(inline=False)
|