Spaces:
Runtime error
Runtime error
Update gradio_app.py
Browse files- gradio_app.py +1 -1
gradio_app.py
CHANGED
@@ -363,4 +363,4 @@ with gr.Blocks() as demo:
|
|
363 |
)
|
364 |
|
365 |
# Launch the Gradio app
|
366 |
-
demo.launch()
|
|
|
363 |
)
|
364 |
|
365 |
# Launch the Gradio app
|
366 |
+
demo.launch(share = True)
|