VuAI commited on
Commit
bdb60e3
·
verified ·
1 Parent(s): caa9f6e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -126,7 +126,7 @@ async def create_demo():
126
  async def main():
127
  demo = await create_demo()
128
  demo.queue(default_concurrency_limit=50)
129
- demo.launch(show_api=False)
130
 
131
  if __name__ == "__main__":
132
  asyncio.run(main())
 
126
  async def main():
127
  demo = await create_demo()
128
  demo.queue(default_concurrency_limit=50)
129
+ demo.launch(show_api=True)
130
 
131
  if __name__ == "__main__":
132
  asyncio.run(main())