Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -27,5 +27,5 @@ label = gr.outputs.Label()
|
|
27 |
examples = ['mushroom.png','mushroom1.jpg','mushroom2.jpg']
|
28 |
|
29 |
# Cell
|
30 |
-
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
|
31 |
intf.launch()
|
|
|
27 |
examples = ['mushroom.png','mushroom1.jpg','mushroom2.jpg']
|
28 |
|
29 |
# Cell
|
30 |
+
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples,share=True)
|
31 |
intf.launch()
|