Svngoku commited on
Commit
bee31a6
·
verified ·
1 Parent(s): 11fde5d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -146,4 +146,5 @@ with gr.Blocks(title="Mistral OCR & Document Understanding App") as demo:
146
  # Launch the app
147
  demo.launch(
148
  share=True,
 
149
  )
 
146
  # Launch the app
147
  demo.launch(
148
  share=True,
149
+ debug=True
150
  )