w1701 commited on
Commit
4dfc838
1 Parent(s): c347f1d

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -151,5 +151,5 @@ with gr.Blocks(title="StyleTTS 2", css="footer{display:none !important}", theme=
151
  # gr.TabbedInterface([vctk, clone, lj, longText], ['Multi-Voice', 'Voice Cloning', 'LJSpeech', 'Long Text [Beta]'])
152
  gr.TabbedInterface([vctk, clone, lj], ['Multi-Voice', 'Voice Cloning', 'LJSpeech', 'Long Text [Beta]'])
153
  if __name__ == "__main__":
154
- demo.queue(api_open=False, max_size=15).launch(show_api=False)
155
 
 
151
  # gr.TabbedInterface([vctk, clone, lj, longText], ['Multi-Voice', 'Voice Cloning', 'LJSpeech', 'Long Text [Beta]'])
152
  gr.TabbedInterface([vctk, clone, lj], ['Multi-Voice', 'Voice Cloning', 'LJSpeech', 'Long Text [Beta]'])
153
  if __name__ == "__main__":
154
+ demo.queue(api_open=True, max_size=15).launch(show_api=True)
155