prithivMLmods commited on
Commit
ee1afaf
·
verified ·
1 Parent(s): 3cebdc2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -386,7 +386,9 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
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
- markdown_output = gr.Markdown(label="Formatted Result (Result.Md)")
 
 
390
 
391
  model_choice = gr.Radio(
392
  choices=["Camel-Doc-OCR-062825", "ViLaSR-7B", "OCRFlux-3B", "ShotVL-7B"],
 
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"],