Adding share=True

This commit is contained in:
Rumah
2024-04-05 17:40:48 +08:00
committed by GitHub
parent 1141775763
commit b9ffda9405

View File

@@ -590,4 +590,4 @@ with gr.Blocks() as app:
if __name__ == "__main__":
app.launch()
app.launch(share=True)