Aki004 commited on
Commit
a014435
1 Parent(s): 9da5311

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,4 +50,4 @@ with gr.Blocks() as app:
50
 
51
  btn_submit.click(tts_mode, [tts_text, tts_voice], [audio_output])
52
 
53
- app.launch()
 
50
 
51
  btn_submit.click(tts_mode, [tts_text, tts_voice], [audio_output])
52
 
53
+ app.launch(share = True)