Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Svngoku
/
mistral-ocr-demo
like
8
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Svngoku
commited on
Mar 6
Commit
bee31a6
·
verified
·
1 Parent(s):
11fde5d
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -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
)