prithivMLmods commited on
Commit
a70d85f
·
verified ·
1 Parent(s): aa7bbdd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -358,11 +358,11 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
358
  with gr.Column():
359
  # Result Canvas with raw and formatted outputs
360
  with gr.Column(elem_classes="canvas-output"):
361
- gr.Markdown("## Result.Md")
362
  raw_output = gr.Textbox(label="Raw Output Stream", interactive=False, lines=2)
363
 
364
- with gr.Accordion("Formatted Result (Result.Md)", open=False):
365
- formatted_output = gr.Markdown(label="Formatted Result (Result.Md)")
366
 
367
  model_choice = gr.Radio(
368
  choices=["Nanonets-OCR-s", "MonkeyOCR-Recognition", "SmolDocling-256M-preview", "Typhoon-OCR-7B"],
 
358
  with gr.Column():
359
  # Result Canvas with raw and formatted outputs
360
  with gr.Column(elem_classes="canvas-output"):
361
+ gr.Markdown("## Result.md")
362
  raw_output = gr.Textbox(label="Raw Output Stream", interactive=False, lines=2)
363
 
364
+ with gr.Accordion("Formatted Result (Result.md)", open=False):
365
+ formatted_output = gr.Markdown(label="Formatted Result (Result.md)")
366
 
367
  model_choice = gr.Radio(
368
  choices=["Nanonets-OCR-s", "MonkeyOCR-Recognition", "SmolDocling-256M-preview", "Typhoon-OCR-7B"],