Spaces:
Running
on
Zero
Running
on
Zero
刘鑫
commited on
Commit
·
e39dcd8
1
Parent(s):
47342dd
UP: update serve address
Browse files
app.py
CHANGED
|
@@ -481,7 +481,7 @@ def create_demo_interface(client: RayServeVoxCPMClient):
|
|
| 481 |
outputs=[audio_output],
|
| 482 |
show_progress=True,
|
| 483 |
api_name="generate",
|
| 484 |
-
concurrency_limit=
|
| 485 |
)
|
| 486 |
prompt_wav.change(fn=client.prompt_wav_recognition, inputs=[prompt_wav], outputs=[prompt_text])
|
| 487 |
|
|
|
|
| 481 |
outputs=[audio_output],
|
| 482 |
show_progress=True,
|
| 483 |
api_name="generate",
|
| 484 |
+
concurrency_limit=None,
|
| 485 |
)
|
| 486 |
prompt_wav.change(fn=client.prompt_wav_recognition, inputs=[prompt_wav], outputs=[prompt_text])
|
| 487 |
|