Spaces:
Runtime error
Runtime error
Commit
·
816cf37
1
Parent(s):
cf5476e
Update app.py
Browse files
app.py
CHANGED
@@ -59,4 +59,4 @@ for x in examples:
|
|
59 |
Image.open(x)
|
60 |
|
61 |
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
|
62 |
-
intf.launch(inline=False
|
|
|
59 |
Image.open(x)
|
60 |
|
61 |
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
|
62 |
+
intf.launch(inline=False)
|