Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -366,4 +366,4 @@ with gr.Blocks(fill_width=True, theme=gr.themes.Default(primary_hue="sky")) as d
|
|
| 366 |
)
|
| 367 |
|
| 368 |
if __name__ == "__main__":
|
| 369 |
-
demo.queue().launch(show_api=False)
|
|
|
|
| 366 |
)
|
| 367 |
|
| 368 |
if __name__ == "__main__":
|
| 369 |
+
demo.queue().launch(show_api=False, share=True)
|