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