Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -61,4 +61,4 @@ UI=gr.Interface(fn=image_to_output,
|
|
| 61 |
outputs=gradio_label(num_top_classes=5),
|
| 62 |
interpretation="default"
|
| 63 |
)
|
| 64 |
-
UI.launch()
|
|
|
|
| 61 |
outputs=gradio_label(num_top_classes=5),
|
| 62 |
interpretation="default"
|
| 63 |
)
|
| 64 |
+
UI.launch(share=True)
|