Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -101,7 +101,8 @@ def process_image(image, progress=gr.Progress()):
|
|
| 101 |
with gr.Blocks() as demo:
|
| 102 |
gr.Markdown("# OCR to Markdown Converter")
|
| 103 |
gr.Markdown(
|
| 104 |
-
f"Upload
|
|
|
|
| 105 |
|
| 106 |
with gr.Row():
|
| 107 |
with gr.Column(scale=1):
|
|
|
|
| 101 |
with gr.Blocks() as demo:
|
| 102 |
gr.Markdown("# OCR to Markdown Converter")
|
| 103 |
gr.Markdown(
|
| 104 |
+
f"Upload Italian text images for instant Markdown conversion.
|
| 105 |
+
Powered by {MODEL_ID} technology for exceptional accuracy with Italian language documents.")
|
| 106 |
|
| 107 |
with gr.Row():
|
| 108 |
with gr.Column(scale=1):
|