Spaces:
Sleeping
Sleeping
stagoverflow commited on
Commit ·
1158d9e
1
Parent(s): d99f9b4
typo
Browse files
app.py
CHANGED
|
@@ -15,5 +15,4 @@ label = gr.outputs.Label()
|
|
| 15 |
examples = ['F1.jpg', 'indy.jpg', 'rally.jpg']
|
| 16 |
|
| 17 |
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
|
| 18 |
-
intf.launch(
|
| 19 |
-
:qnline=False)
|
|
|
|
| 15 |
examples = ['F1.jpg', 'indy.jpg', 'rally.jpg']
|
| 16 |
|
| 17 |
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
|
| 18 |
+
intf.launch(inline=False)
|
|
|