innoai commited on
Commit
5fd4238
·
verified ·
1 Parent(s): 868ebb6

Update app.py

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