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