Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -244,7 +244,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
244 |
top_k = gr.Slider(label="Top-k", minimum=1, maximum=1000, step=1, value=50)
|
245 |
repetition_penalty = gr.Slider(label="Repetition penalty", minimum=1.0, maximum=2.0, step=0.05, value=1.2)
|
246 |
with gr.Column():
|
247 |
-
output = gr.Textbox(label="Output", interactive=
|
248 |
model_choice = gr.Radio(
|
249 |
choices=["Cosmos-Reason1-7B", "docscopeOCR-7B-050425-exp", "Relaxed7B"],
|
250 |
label="Select Model",
|
|
|
244 |
top_k = gr.Slider(label="Top-k", minimum=1, maximum=1000, step=1, value=50)
|
245 |
repetition_penalty = gr.Slider(label="Repetition penalty", minimum=1.0, maximum=2.0, step=0.05, value=1.2)
|
246 |
with gr.Column():
|
247 |
+
output = gr.Textbox(label="Output", interactive=False, lines=2, scale=2)
|
248 |
model_choice = gr.Radio(
|
249 |
choices=["Cosmos-Reason1-7B", "docscopeOCR-7B-050425-exp", "Relaxed7B"],
|
250 |
label="Select Model",
|