bai4578 commited on
Commit
e50b582
·
verified ·
1 Parent(s): 249532c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)