Update app.py
Browse files
app.py
CHANGED
@@ -77,5 +77,5 @@ async def create_demo():
|
|
77 |
# Run the application
|
78 |
if __name__ == "__main__":
|
79 |
demo = asyncio.run(create_demo())
|
80 |
-
demo.queue(default_concurrency_limit=10
|
81 |
demo.launch(show_api=False)
|
|
|
77 |
# Run the application
|
78 |
if __name__ == "__main__":
|
79 |
demo = asyncio.run(create_demo())
|
80 |
+
demo.queue(default_concurrency_limit=10)
|
81 |
demo.launch(show_api=False)
|