Update app.py
Browse files
app.py
CHANGED
@@ -72,8 +72,8 @@ async def create_demo():
|
|
72 |
|
73 |
async def main():
|
74 |
demo = await create_demo()
|
75 |
-
demo.queue(default_concurrency_limit=
|
76 |
-
demo.launch(show_api=
|
77 |
|
78 |
if __name__ == "__main__":
|
79 |
asyncio.run(main())
|
|
|
72 |
|
73 |
async def main():
|
74 |
demo = await create_demo()
|
75 |
+
demo.queue(default_concurrency_limit=25)
|
76 |
+
demo.launch(show_api=True)
|
77 |
|
78 |
if __name__ == "__main__":
|
79 |
asyncio.run(main())
|