Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mimoha
/
mistral-ocr
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
mimoha
commited on
Jun 27, 2025
Commit
8054a47
·
verified
·
1 Parent(s):
bf3a2bf
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -18,4 +18,4 @@ gr.Interface(
18
fn=process_image,
19
inputs=gr.Image(type="filepath"),
20
outputs="json"
21
-
).launch()
18
fn=process_image,
19
inputs=gr.Image(type="filepath"),
20
outputs="json"
21
+
).launch(
share=True
)