prithivMLmods commited on
Commit
f0b3d19
·
verified ·
1 Parent(s): 5bc688c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -384,11 +384,11 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
384
 
385
  with gr.Column():
386
  with gr.Column(elem_classes="canvas-output"):
387
- gr.Markdown("## Result.Md")
388
  output = gr.Textbox(label="Raw Output Stream", interactive=False, lines=2)
389
 
390
- with gr.Accordion("Formatted Result (Result.Md)", open=False):
391
- markdown_output = gr.Markdown(label="Formatted Result (Result.Md)")
392
 
393
  model_choice = gr.Radio(
394
  choices=["Camel-Doc-OCR-062825", "ViLaSR-7B", "OCRFlux-3B", "ShotVL-7B"],
 
384
 
385
  with gr.Column():
386
  with gr.Column(elem_classes="canvas-output"):
387
+ gr.Markdown("## Output")
388
  output = gr.Textbox(label="Raw Output Stream", interactive=False, lines=2)
389
 
390
+ with gr.Accordion("(Result.md)", open=False):
391
+ markdown_output = gr.Markdown(label="(Result.md)")
392
 
393
  model_choice = gr.Radio(
394
  choices=["Camel-Doc-OCR-062825", "ViLaSR-7B", "OCRFlux-3B", "ShotVL-7B"],