Spaces:
Running
on
Zero
Running
on
Zero
update app
Browse files
app.py
CHANGED
|
@@ -333,13 +333,13 @@ with gr.Blocks(css=css, theme=steel_blue_theme) as demo:
|
|
| 333 |
model_choice = gr.Radio(
|
| 334 |
choices=["HunyuanOCR", "DeepSeek-OCR-Latest-BF16.I64", "Dots.OCR-Latest-BF16"],
|
| 335 |
label="Select Model",
|
| 336 |
-
value="
|
| 337 |
)
|
| 338 |
image_input = gr.Image(type="pil", label="Upload Image", sources=["upload", "clipboard"], height=350)
|
| 339 |
|
| 340 |
# DeepSeek Specific Options
|
| 341 |
with gr.Group(visible=True) as ds_group:
|
| 342 |
-
gr.Markdown("### DeepSeek Settings")
|
| 343 |
ds_model_size = gr.Dropdown(
|
| 344 |
choices=["Tiny", "Small", "Base", "Large", "Gundam (Recommended)"],
|
| 345 |
value="Gundam (Recommended)", label="DeepSeek Resolution"
|
|
|
|
| 333 |
model_choice = gr.Radio(
|
| 334 |
choices=["HunyuanOCR", "DeepSeek-OCR-Latest-BF16.I64", "Dots.OCR-Latest-BF16"],
|
| 335 |
label="Select Model",
|
| 336 |
+
value="DeepSeek-OCR-Latest-BF16.I64"
|
| 337 |
)
|
| 338 |
image_input = gr.Image(type="pil", label="Upload Image", sources=["upload", "clipboard"], height=350)
|
| 339 |
|
| 340 |
# DeepSeek Specific Options
|
| 341 |
with gr.Group(visible=True) as ds_group:
|
| 342 |
+
#gr.Markdown("### DeepSeek Settings")
|
| 343 |
ds_model_size = gr.Dropdown(
|
| 344 |
choices=["Tiny", "Small", "Base", "Large", "Gundam (Recommended)"],
|
| 345 |
value="Gundam (Recommended)", label="DeepSeek Resolution"
|