Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
|
|
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()
|