Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -139,5 +139,5 @@ with gr.Blocks(css=CSS, theme="Nymbo/Nymbo_Theme") as demo:
|
|
139 |
|
140 |
# Launch the Gradio app
|
141 |
if __name__ == "__main__":
|
142 |
-
demo.launch()
|
143 |
|
|
|
139 |
|
140 |
# Launch the Gradio app
|
141 |
if __name__ == "__main__":
|
142 |
+
demo.launch(share=True)
|
143 |
|