Spaces:
Paused
Paused
Update app.py
Browse files
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)
|