Víctor Sáez commited on
Commit
e67d9d7
·
1 Parent(s): 721f0ef

Adding error catching

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -516,4 +516,4 @@ debug_info["step"] = "Application ready"
516
  # Launch the application
517
  if __name__ == "__main__":
518
  app = build_app()
519
- app.launch(show_api=False)
 
516
  # Launch the application
517
  if __name__ == "__main__":
518
  app = build_app()
519
+ app.launch()