Spaces:
Sleeping
Sleeping
李根赢 commited on
Commit ·
84fbdea
1
Parent(s): 0519ac9
GHOST
Browse files
app.py
CHANGED
|
@@ -23,4 +23,4 @@ image = gr.Image(type="pil")
|
|
| 23 |
label = gr.Label()
|
| 24 |
examples = ['images/black.jpg', 'images/grizzly.jpg', 'images/teddy.jpg']
|
| 25 |
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
|
| 26 |
-
intf.launch(inline=False,
|
|
|
|
| 23 |
label = gr.Label()
|
| 24 |
examples = ['images/black.jpg', 'images/grizzly.jpg', 'images/teddy.jpg']
|
| 25 |
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
|
| 26 |
+
intf.launch(inline=False, share=True)
|