futranbg commited on
Commit
2ed5474
·
verified ·
1 Parent(s): 995dc3d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ async def create_demo():
63
  async def main():
64
  demo = await create_demo()
65
  demo.queue(default_concurrency_limit=50)
66
- demo.launch(show_api=False)
67
 
68
  if __name__ == "__main__":
69
  asyncio.run(main())
 
63
  async def main():
64
  demo = await create_demo()
65
  demo.queue(default_concurrency_limit=50)
66
+ demo.launch()
67
 
68
  if __name__ == "__main__":
69
  asyncio.run(main())