Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -199,7 +199,7 @@ def process_ocr_task(image):
|
|
| 199 |
return final_output_text, result_image
|
| 200 |
|
| 201 |
with gr.Blocks(css=css, theme=steel_blue_theme) as demo:
|
| 202 |
-
gr.Markdown("# **NVIDIA Nemotron Parse
|
| 203 |
gr.Markdown("Upload a document image to extract text, tables, and layout structures using NVIDIA's [Nemotron Parse](https://huggingface.co/nvidia/NVIDIA-Nemotron-Parse-v1.1) model.")
|
| 204 |
|
| 205 |
with gr.Row():
|
|
|
|
| 199 |
return final_output_text, result_image
|
| 200 |
|
| 201 |
with gr.Blocks(css=css, theme=steel_blue_theme) as demo:
|
| 202 |
+
gr.Markdown("# **NVIDIA Nemotron Parse OCR**", elem_id="main-title")
|
| 203 |
gr.Markdown("Upload a document image to extract text, tables, and layout structures using NVIDIA's [Nemotron Parse](https://huggingface.co/nvidia/NVIDIA-Nemotron-Parse-v1.1) model.")
|
| 204 |
|
| 205 |
with gr.Row():
|