Update app.py
#3
by WenYun2 - opened
app.py
CHANGED
|
@@ -121,4 +121,4 @@ if __name__ == '__main__':
|
|
| 121 |
lang.change(change_lang, inputs=[lang], outputs=[ns, nsw, ls])
|
| 122 |
with gr.TabItem("可用人物一览"):
|
| 123 |
gr.Radio(label="Speaker", choices=speakers, interactive=False, type="index")
|
| 124 |
-
app.queue(concurrency_count=1).launch()
|
|
|
|
| 121 |
lang.change(change_lang, inputs=[lang], outputs=[ns, nsw, ls])
|
| 122 |
with gr.TabItem("可用人物一览"):
|
| 123 |
gr.Radio(label="Speaker", choices=speakers, interactive=False, type="index")
|
| 124 |
+
app.queue(concurrency_count=1).launch()
|