Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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=
|
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",
|