miya3333 commited on
Commit
0695c0c
·
verified ·
1 Parent(s): cd05d2b

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -31,4 +31,5 @@ iface = gr.Interface(
31
  description="Enter text to synthesize speech."
32
  )
33
 
34
- iface.launch()
 
 
31
  description="Enter text to synthesize speech."
32
  )
33
 
34
+ # iface.launch()
35
+ iface.launch(share=True)