Spaces:
Runtime error
Runtime error
ikechan8370
commited on
Commit
•
0da8447
1
Parent(s):
da1bc29
fix: remove share
Browse files
app.py
CHANGED
@@ -120,4 +120,4 @@ if __name__ == '__main__':
|
|
120 |
lang.change(change_lang, inputs=[lang], outputs=[ns, nsw, ls])
|
121 |
with gr.TabItem("可用人物一览"):
|
122 |
gr.Radio(label="Speaker", choices=speakers, interactive=False, type="index")
|
123 |
-
app.queue(concurrency_count=1).launch(
|
|
|
120 |
lang.change(change_lang, inputs=[lang], outputs=[ns, nsw, ls])
|
121 |
with gr.TabItem("可用人物一览"):
|
122 |
gr.Radio(label="Speaker", choices=speakers, interactive=False, type="index")
|
123 |
+
app.queue(concurrency_count=1).launch()
|