darsoarafa commited on
Commit
ab38fd9
·
verified ·
1 Parent(s): eae1e07

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ async def create_demo():
73
  async def main():
74
  demo = await create_demo()
75
  demo.queue(default_concurrency_limit=50)
76
- demo.launch(show_api=False)
77
 
78
  if __name__ == "__main__":
79
  asyncio.run(main())
 
73
  async def main():
74
  demo = await create_demo()
75
  demo.queue(default_concurrency_limit=50)
76
+ demo.launch(show_api=True)
77
 
78
  if __name__ == "__main__":
79
  asyncio.run(main())