Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -176,4 +176,4 @@ interface = gr.Interface(
|
|
176 |
)
|
177 |
|
178 |
# Launch the Gradio interface with public sharing enabled
|
179 |
-
interface.launch()
|
|
|
176 |
)
|
177 |
|
178 |
# Launch the Gradio interface with public sharing enabled
|
179 |
+
interface.launch(share=True)
|