awacke1 commited on
Commit
5fdaa5f
β€’
1 Parent(s): ab68def

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -120,4 +120,5 @@ with demo:
120
  b5.click(tts, inputs=[text,TTSchoice], outputs=audio)
121
 
122
 
123
- demo.launch(share=True)
 
120
  b5.click(tts, inputs=[text,TTSchoice], outputs=audio)
121
 
122
 
123
+ #demo.launch(share=True) - remove share=true to avoid runtime error in spaces
124
+ demo.launch()