clementruhm commited on
Commit
4263bcd
1 Parent(s): 718e0cb

Set concurrency_count=1

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -96,7 +96,7 @@ def main():
96
 
97
  generate.click(synthesize_audio, inputs=[text, speaker], outputs=audio)
98
 
99
- demo.queue().launch()
100
 
101
 
102
  if __name__ == "__main__":
 
96
 
97
  generate.click(synthesize_audio, inputs=[text, speaker], outputs=audio)
98
 
99
+ demo.queue(concurrency_count=1).launch()
100
 
101
 
102
  if __name__ == "__main__":