massimoavvisati commited on
Commit
aa39831
·
verified ·
1 Parent(s): 8529fe9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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=5)
76
- demo.launch(show_api=False)
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())