Spaces:
Runtime error
Runtime error
Tejphachon commited on
Commit ·
412abe4
1
Parent(s): e845089
Update app.py
Browse files
app.py
CHANGED
|
@@ -17,4 +17,4 @@ label = gr.outputs.Label()
|
|
| 17 |
examples = ['images/bean.jpg', 'images/tesla.jpg', 'images/Boeing.jpg', 'images/bird.jpg', 'images/boat.jpg',
|
| 18 |
'images/french.jpg','images/fat-cat.jpg']
|
| 19 |
intf = gr.Interface(fn=output, inputs=image, outputs=label, examples=examples)
|
| 20 |
-
intf.launch(inline=
|
|
|
|
| 17 |
examples = ['images/bean.jpg', 'images/tesla.jpg', 'images/Boeing.jpg', 'images/bird.jpg', 'images/boat.jpg',
|
| 18 |
'images/french.jpg','images/fat-cat.jpg']
|
| 19 |
intf = gr.Interface(fn=output, inputs=image, outputs=label, examples=examples)
|
| 20 |
+
intf.launch(inline=True)
|