prithivMLmods commited on
Commit
ae308d0
·
verified ·
1 Parent(s): 4c498cf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -288,9 +288,9 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
288
  repetition_penalty = gr.Slider(label="Repetition penalty", minimum=1.0, maximum=2.0, step=0.05, value=1.2)
289
  with gr.Column():
290
  with gr.Column(elem_classes="canvas-output"):
291
- gr.Markdown("## Result.Md")
292
  output = gr.Textbox(label="Raw Output Stream", interactive=False, lines=2, scale=2)
293
- with gr.Accordion("Formatted Result (Result.md)", open=False):
294
  markdown_output = gr.Markdown(label="Formatted Result")
295
  model_choice = gr.Radio(
296
  choices=["SkyCaptioner-V1", "Behemoth-3B-070225-post0.1", "SpaceThinker-3B", "coreOCR-7B-050325-preview", "SpaceOm-3B"],
 
288
  repetition_penalty = gr.Slider(label="Repetition penalty", minimum=1.0, maximum=2.0, step=0.05, value=1.2)
289
  with gr.Column():
290
  with gr.Column(elem_classes="canvas-output"):
291
+ gr.Markdown("## Output")
292
  output = gr.Textbox(label="Raw Output Stream", interactive=False, lines=2, scale=2)
293
+ with gr.Accordion("(Result.md)", open=False):
294
  markdown_output = gr.Markdown(label="Formatted Result")
295
  model_choice = gr.Radio(
296
  choices=["SkyCaptioner-V1", "Behemoth-3B-070225-post0.1", "SpaceThinker-3B", "coreOCR-7B-050325-preview", "SpaceOm-3B"],