ycxom commited on
Commit
b155055
·
1 Parent(s): 0c6b645

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -138,4 +138,4 @@ if __name__ == '__main__':
138
  gr.Radio(label="Speaker", choices=speakers, interactive=False, type="index")
139
  if args.colab:
140
  webbrowser.open("http://127.0.0.1:7860")
141
- app.queue(concurrency_count=1, api_open=args.api).launch(share=args.share)
 
138
  gr.Radio(label="Speaker", choices=speakers, interactive=False, type="index")
139
  if args.colab:
140
  webbrowser.open("http://127.0.0.1:7860")
141
+ app.queue(concurrency_count=1).launch()