Spaces:
Hamas
/
Build error

Hamas commited on
Commit
886aef5
·
1 Parent(s): 04bf979

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -91,7 +91,10 @@ def main():
91
 
92
  generate.click(synthesize_audio, inputs=[text, speaker], outputs=audio)
93
 
94
- demo.launch()
 
 
 
95
 
96
 
97
  if __name__ == "__main__":
 
91
 
92
  generate.click(synthesize_audio, inputs=[text, speaker], outputs=audio)
93
 
94
+ demo.launch(
95
+ share=True,
96
+ show_api=True
97
+ )
98
 
99
 
100
  if __name__ == "__main__":