Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -297,7 +297,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
297 |
output = gr.Textbox(label="Raw Output Stream", interactive=False, lines=2, show_copy_button=True)
|
298 |
with gr.Accordion("(Result.md)", open=False):
|
299 |
markdown_output = gr.Markdown(label="(Result.Md)")
|
300 |
-
model_choice = gr.
|
301 |
choices=[ "openbmb/MiniCPM-V-4", "Lumian-VLR-7B-Thinking", "DREX-062225-7B-exp", "olmOCR-7B-0225-preview", "Typhoon-OCR-3B"],
|
302 |
label="Select Model",
|
303 |
value="openbmb/MiniCPM-V-4"
|
|
|
297 |
output = gr.Textbox(label="Raw Output Stream", interactive=False, lines=2, show_copy_button=True)
|
298 |
with gr.Accordion("(Result.md)", open=False):
|
299 |
markdown_output = gr.Markdown(label="(Result.Md)")
|
300 |
+
model_choice = gr.Dropdown(
|
301 |
choices=[ "openbmb/MiniCPM-V-4", "Lumian-VLR-7B-Thinking", "DREX-062225-7B-exp", "olmOCR-7B-0225-preview", "Typhoon-OCR-3B"],
|
302 |
label="Select Model",
|
303 |
value="openbmb/MiniCPM-V-4"
|