Pendrokar commited on
Commit
41c75c6
1 Parent(s): 0ff92ba

double queue fix

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -1382,5 +1382,4 @@ with gr.Blocks(theme=theme, css="footer {visibility: hidden}textbox{resize:none}
1382
  gr.Markdown(f"If you use this data in your publication, please cite us!\n\nCopy the BibTeX citation to cite this source:\n\n```bibtext\n{CITATION_TEXT}\n```\n\nPlease remember that all generated audio clips should be assumed unsuitable for redistribution or commercial use.")
1383
 
1384
 
1385
- demo.queue(api_open=False, default_concurrency_limit=40).launch(show_api=False)
1386
  demo.queue(api_open=False, default_concurrency_limit=40).launch(show_api=False, show_error=True)
 
1382
  gr.Markdown(f"If you use this data in your publication, please cite us!\n\nCopy the BibTeX citation to cite this source:\n\n```bibtext\n{CITATION_TEXT}\n```\n\nPlease remember that all generated audio clips should be assumed unsuitable for redistribution or commercial use.")
1383
 
1384
 
 
1385
  demo.queue(api_open=False, default_concurrency_limit=40).launch(show_api=False, show_error=True)