sam749 commited on
Commit
35fea00
·
verified ·
1 Parent(s): 8c9f8d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -317,5 +317,5 @@ with gr.Blocks(title="Maya1 - Open Source Emotional TTS", theme=gr.themes.Soft()
317
  )
318
 
319
  if __name__ == "__main__":
320
- demo.launch()
321
 
 
317
  )
318
 
319
  if __name__ == "__main__":
320
+ demo.launch(share=True)
321