Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -93,4 +93,4 @@ with gr.Blocks(css="""
|
|
| 93 |
# 6. Launch
|
| 94 |
# -----------------------------
|
| 95 |
if __name__ == "__main__":
|
| 96 |
-
demo.launch()
|
|
|
|
| 93 |
# 6. Launch
|
| 94 |
# -----------------------------
|
| 95 |
if __name__ == "__main__":
|
| 96 |
+
demo.launch(share=True)
|