prithivMLmods commited on
Commit
9a302b3
·
verified ·
1 Parent(s): c0435f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -261,7 +261,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
261
  top_k = gr.Slider(label="Top-k", minimum=1, maximum=1000, step=1, value=50)
262
  repetition_penalty = gr.Slider(label="Repetition penalty", minimum=1.0, maximum=2.0, step=0.05, value=1.2)
263
  with gr.Column():
264
- output = gr.Textbox(label="Output", interactive=False, lines=3, scale=2)
265
  model_choice = gr.Radio(
266
  choices=["Nanonets-OCR-s", "Qwen2-VL-OCR-2B-Instruct", "RolmOCR", "Aya-Vision"],
267
  label="Select Model",
 
261
  top_k = gr.Slider(label="Top-k", minimum=1, maximum=1000, step=1, value=50)
262
  repetition_penalty = gr.Slider(label="Repetition penalty", minimum=1.0, maximum=2.0, step=0.05, value=1.2)
263
  with gr.Column():
264
+ output = gr.Textbox(label="Output", interactive=False, lines=2, scale=2)
265
  model_choice = gr.Radio(
266
  choices=["Nanonets-OCR-s", "Qwen2-VL-OCR-2B-Instruct", "RolmOCR", "Aya-Vision"],
267
  label="Select Model",