Spaces:
Running
on
Zero
Running
on
Zero
update app
Browse files
app.py
CHANGED
|
@@ -331,9 +331,9 @@ with gr.Blocks(css=css, theme=steel_blue_theme) as demo:
|
|
| 331 |
with gr.Column(scale=1):
|
| 332 |
# Global Inputs
|
| 333 |
model_choice = gr.Radio(
|
| 334 |
-
choices=["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 |
|
|
|
|
| 331 |
with gr.Column(scale=1):
|
| 332 |
# Global Inputs
|
| 333 |
model_choice = gr.Radio(
|
| 334 |
+
choices=["HunyuanOCR", "DeepSeek-OCR-Latest-BF16.I64", "Dots.OCR-Latest-BF16"],
|
| 335 |
label="Select Model",
|
| 336 |
+
value="HunyuanOCR"
|
| 337 |
)
|
| 338 |
image_input = gr.Image(type="pil", label="Upload Image", sources=["upload", "clipboard"], height=350)
|
| 339 |
|