Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -316,7 +316,7 @@ def create_interface():
|
|
316 |
.status {color: #666; font-style: italic;}
|
317 |
"""
|
318 |
|
319 |
-
with gr.Blocks(title="Mistral OCR
|
320 |
gr.Markdown("# Mistral OCR App\nUpload images or PDFs, or provide a PDF URL for OCR processing")
|
321 |
|
322 |
with gr.Row():
|
|
|
316 |
.status {color: #666; font-style: italic;}
|
317 |
"""
|
318 |
|
319 |
+
with gr.Blocks(title="Mistral OCR API Demo", css=css) as demo:
|
320 |
gr.Markdown("# Mistral OCR App\nUpload images or PDFs, or provide a PDF URL for OCR processing")
|
321 |
|
322 |
with gr.Row():
|