Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
·
f07fca5
1
Parent(s):
0d38c81
Remove demo queue concurrency limit
Browse filesEliminate the concurrency limit parameter from the demo queue in the main function to simplify the launch process.
app.py
CHANGED
|
@@ -525,9 +525,6 @@ def main():
|
|
| 525 |
inputs=[],
|
| 526 |
outputs=[title_markdown, preset_character_dropdown, preset_voice_dropdown],
|
| 527 |
)
|
| 528 |
-
demo.queue(
|
| 529 |
-
default_concurrency_limit=concurrency_limit,
|
| 530 |
-
)
|
| 531 |
|
| 532 |
demo.launch()
|
| 533 |
|
|
|
|
| 525 |
inputs=[],
|
| 526 |
outputs=[title_markdown, preset_character_dropdown, preset_voice_dropdown],
|
| 527 |
)
|
|
|
|
|
|
|
|
|
|
| 528 |
|
| 529 |
demo.launch()
|
| 530 |
|