Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -461,4 +461,4 @@ with gr.Blocks() as demo:
|
|
461 |
|
462 |
# Launch the Gradio App
|
463 |
if __name__ == "__main__":
|
464 |
-
demo.launch(ssr_mode=False)
|
|
|
461 |
|
462 |
# Launch the Gradio App
|
463 |
if __name__ == "__main__":
|
464 |
+
demo.launch(share=True, ssr_mode=False)
|