Update app.py
Browse files
app.py
CHANGED
@@ -648,7 +648,7 @@ with gr.Blocks(title="Vibesmark Test Suite") as demo:
|
|
648 |
gr.Markdown("<p style='color: #666; font-size: 0.8em; text-align: center; margin-top: 2em;'>Homegrown software from the Chateau</p>")
|
649 |
|
650 |
# Enable queue for partial outputs to appear as they are yielded
|
651 |
-
demo.queue()
|
652 |
|
653 |
# Launch with the appropriate host setting for deployment
|
654 |
if __name__ == "__main__":
|
|
|
648 |
gr.Markdown("<p style='color: #666; font-size: 0.8em; text-align: center; margin-top: 2em;'>Homegrown software from the Chateau</p>")
|
649 |
|
650 |
# Enable queue for partial outputs to appear as they are yielded
|
651 |
+
demo.queue(default_concurrency_limit=5)
|
652 |
|
653 |
# Launch with the appropriate host setting for deployment
|
654 |
if __name__ == "__main__":
|