Update app.py
Browse files
app.py
CHANGED
|
@@ -121,4 +121,4 @@ with gr.Blocks() as demo:
|
|
| 121 |
# btn3.click(download_file, inputs=[result, title], outputs=[])
|
| 122 |
|
| 123 |
if __name__ == "__main__":
|
| 124 |
-
demo.launch(
|
|
|
|
| 121 |
# btn3.click(download_file, inputs=[result, title], outputs=[])
|
| 122 |
|
| 123 |
if __name__ == "__main__":
|
| 124 |
+
demo.launch() # ε¨ι η«―εεζοΌιθ¦ share=True γ
|