Adding share=True

This commit is contained in:
Rumah 2024-04-05 17:40:48 +08:00 committed by GitHub
parent 1141775763
commit b9ffda9405
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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