prithivMLmods commited on
Commit
7dad940
·
verified ·
1 Parent(s): fb76709

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 v1.1**", 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():
 
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():