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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -77,5 +77,5 @@ 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,api_open=False)
81
  demo.launch(show_api=False)
 
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)