Futuresony commited on
Commit
4d8eb65
·
verified ·
1 Parent(s): 6b183a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -639,7 +639,7 @@ if __name__ == "__main__":
639
  clear.click(lambda: [], None, chatbot, queue=False)
640
 
641
  try:
642
- demo.launch(debug=True)
643
  except Exception as e:
644
  print(f"Error launching Gradio interface: {e}")
645
  print(traceback.format_exc())
 
639
  clear.click(lambda: [], None, chatbot, queue=False)
640
 
641
  try:
642
+ demo.launch(debug=True, show_error=True)
643
  except Exception as e:
644
  print(f"Error launching Gradio interface: {e}")
645
  print(traceback.format_exc())