cctuan commited on
Commit
1d7b566
1 Parent(s): ced4ec2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -290,4 +290,4 @@ demo = demo.queue(
290
  app = gr.mount_gradio_app(app, demo, path="/")
291
 
292
  if __name__ == "__main__":
293
- demo.launch(show_api=False)
 
290
  app = gr.mount_gradio_app(app, demo, path="/")
291
 
292
  if __name__ == "__main__":
293
+ demo.launch(show_api=True)