Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -286,11 +286,11 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
286 |
with gr.Column():
|
287 |
with gr.Column(elem_classes="canvas-output"):
|
288 |
gr.Markdown("## Output")
|
289 |
-
output = gr.Textbox(label="Raw Output Stream", interactive=False, lines=
|
290 |
with gr.Accordion("(Result.md)", open=False):
|
291 |
markdown_output = gr.Markdown(label="(Result.Md)")
|
292 |
model_choice = gr.Radio(
|
293 |
-
choices=["
|
294 |
label="Select Model",
|
295 |
value="Lumian-VLR-7B-Thinking"
|
296 |
)
|
|
|
286 |
with gr.Column():
|
287 |
with gr.Column(elem_classes="canvas-output"):
|
288 |
gr.Markdown("## Output")
|
289 |
+
output = gr.Textbox(label="Raw Output Stream", interactive=False, lines=3, show_copy_button=True)
|
290 |
with gr.Accordion("(Result.md)", open=False):
|
291 |
markdown_output = gr.Markdown(label="(Result.Md)")
|
292 |
model_choice = gr.Radio(
|
293 |
+
choices=["Lumian-VLR-7B-Thinking", "openbmb/MiniCPM-V-4", "Typhoon-OCR-3B", "DREX-062225-7B-exp", "olmOCR-7B-0225-preview"],
|
294 |
label="Select Model",
|
295 |
value="Lumian-VLR-7B-Thinking"
|
296 |
)
|