Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -97,5 +97,5 @@ interface = gr.Interface(
|
|
| 97 |
description="Upload an image or enter an image URL, then specify labels to classify the image."
|
| 98 |
)
|
| 99 |
|
| 100 |
-
# Launch the
|
| 101 |
-
|
|
|
|
| 97 |
description="Upload an image or enter an image URL, then specify labels to classify the image."
|
| 98 |
)
|
| 99 |
|
| 100 |
+
# Launch the interface with the 'share' argument
|
| 101 |
+
iface.launch(share=True)
|