innoai commited on
Commit
fd1dfb6
·
verified ·
1 Parent(s): 0ebde27

Update app.py

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