cmckinle commited on
Commit
542febe
·
verified ·
1 Parent(s): 5eacd4e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -354,5 +354,6 @@ if __name__ == "__main__":
354
  app = create_gradio_interface()
355
  app.launch(
356
  show_api=False,
357
- max_threads=24
 
358
  )
 
354
  app = create_gradio_interface()
355
  app.launch(
356
  show_api=False,
357
+ max_threads=24,
358
+ show_error=True
359
  )