sessex commited on
Commit
eccdcf9
·
verified ·
1 Parent(s): 69b4d88

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -95,4 +95,4 @@ with gr.Blocks() as demo:
95
  prompt.submit(answer_question, [img, prompt], output)
96
  # output.change(process_answer, [img, output], ann, show_progress=False)
97
 
98
- demo.queue().launch(debug=True)
 
95
  prompt.submit(answer_question, [img, prompt], output)
96
  # output.change(process_answer, [img, output], ann, show_progress=False)
97
 
98
+ demo.queue().launch(debug=True, show_error=True)