Spaces:
Running
Running
George Sergia
commited on
Commit
·
8a717c2
1
Parent(s):
4ae75e0
Make a link public
Browse files
app.py
CHANGED
@@ -18,4 +18,4 @@ label = gr.components.Label()
|
|
18 |
examples=["grizzly.jpg", "brown.jpg", "white.jpg", "black.jpg", "teddy.jpg"]
|
19 |
|
20 |
iface = gr.Interface(fn=classify_bear, inputs=image, outputs=label, examples=examples)
|
21 |
-
iface.launch(inline=False)
|
|
|
18 |
examples=["grizzly.jpg", "brown.jpg", "white.jpg", "black.jpg", "teddy.jpg"]
|
19 |
|
20 |
iface = gr.Interface(fn=classify_bear, inputs=image, outputs=label, examples=examples)
|
21 |
+
iface.launch(inline=False, share=True)
|