Spaces:
Runtime error
Runtime error
Babyloncoder
commited on
Commit
•
16d0c93
1
Parent(s):
184c7a2
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)
|