prithivMLmods commited on
Commit
0861843
·
verified ·
1 Parent(s): 573be5d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -284,11 +284,11 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
284
 
285
  with gr.Column():
286
  with gr.Column(elem_classes="canvas-output"):
287
- gr.Markdown("## Result.Md")
288
  output = gr.Textbox(label="Raw Output Stream", interactive=False, lines=2)
289
 
290
- with gr.Accordion("Formatted Result (Result.md)", open=False):
291
- markdown_output = gr.Markdown(label="Formatted Result (Result.Md)")
292
 
293
  model_choice = gr.Radio(
294
  choices=["docscopeOCR-7B-050425-exp", "MonkeyOCR-Recognition", "coreOCR-7B-050325-preview", "GLM-4.1V-9B-Thinking"],
 
284
 
285
  with gr.Column():
286
  with gr.Column(elem_classes="canvas-output"):
287
+ gr.Markdown("## Output")
288
  output = gr.Textbox(label="Raw Output Stream", interactive=False, lines=2)
289
 
290
+ with gr.Accordion("(Result.md)", open=False):
291
+ markdown_output = gr.Markdown(label="(Result.Md)")
292
 
293
  model_choice = gr.Radio(
294
  choices=["docscopeOCR-7B-050425-exp", "MonkeyOCR-Recognition", "coreOCR-7B-050325-preview", "GLM-4.1V-9B-Thinking"],