th8m0z commited on
Commit
2c8b880
·
1 Parent(s): cb47b69

debug + error showing

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,4 +66,4 @@ with gr.Blocks(css="""#chatbot { font-size: 14px; min-height: 1200; }""") as dem
66
  outputs=[chatbot],
67
  )
68
 
69
- demo.launch()
 
66
  outputs=[chatbot],
67
  )
68
 
69
+ demo.launch(debug=True, show_error=True)