prithivMLmods commited on
Commit
c64538b
·
verified ·
1 Parent(s): cf972b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -248,7 +248,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
248
  repetition_penalty = gr.Slider(label="Repetition penalty", minimum=1.0, maximum=2.0, step=0.05, value=1.2)
249
  with gr.Column():
250
  output = gr.Textbox(label="Output", interactive=False, lines=2, scale=2)
251
- markdown_output = gr.Markdown(label="Result.Md", scale=2)
252
  model_choice = gr.Radio(
253
  choices=["DREX-062225-exp", "VIREX-062225-exp", "olmOCR-7B-0225"],
254
  label="Select Model",
 
248
  repetition_penalty = gr.Slider(label="Repetition penalty", minimum=1.0, maximum=2.0, step=0.05, value=1.2)
249
  with gr.Column():
250
  output = gr.Textbox(label="Output", interactive=False, lines=2, scale=2)
251
+ markdown_output = gr.Markdown(label="Result.Md")
252
  model_choice = gr.Radio(
253
  choices=["DREX-062225-exp", "VIREX-062225-exp", "olmOCR-7B-0225"],
254
  label="Select Model",