innoai commited on
Commit
a77a8df
·
verified ·
1 Parent(s): 4f5115c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -77,4 +77,5 @@ async def create_demo():
77
  # Run the application
78
  if __name__ == "__main__":
79
  demo = asyncio.run(create_demo())
 
80
  demo.launch(show_api=False)
 
77
  # Run the application
78
  if __name__ == "__main__":
79
  demo = asyncio.run(create_demo())
80
+ demo.queue(concurrency_count=5, max_size=None, timeout=None)
81
  demo.launch(show_api=False)