Update app.py
Browse files
app.py
CHANGED
|
@@ -438,4 +438,4 @@ with gr.Blocks(title="Audio Recorder, Transcriber, and Text Generator") as demo:
|
|
| 438 |
outputs=[login_container, main_interface, login_message]
|
| 439 |
)
|
| 440 |
|
| 441 |
-
demo.launch()
|
|
|
|
| 438 |
outputs=[login_container, main_interface, login_message]
|
| 439 |
)
|
| 440 |
|
| 441 |
+
demo.launch(share=True)
|