Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -460,4 +460,4 @@ if __name__ == "__main__":
|
|
460 |
gr.Markdown(create_parameter_description())
|
461 |
|
462 |
# Launch the interface
|
463 |
-
demo.launch(
|
|
|
460 |
gr.Markdown(create_parameter_description())
|
461 |
|
462 |
# Launch the interface
|
463 |
+
demo.launch(share=True)
|