Spaces:
Running
on
Zero
Running
on
Zero
update app
Browse files
app.py
CHANGED
|
@@ -422,7 +422,7 @@ with gr.Blocks(css=css, theme=steel_blue_theme) as demo:
|
|
| 422 |
|
| 423 |
# General Prompt (for Dots/Hunyuan/Nanonets)
|
| 424 |
with gr.Group(visible=False) as prompt_group:
|
| 425 |
-
custom_prompt = gr.Textbox(label="Custom Query / Prompt", placeholder="Extract text...", lines=2, value="
|
| 426 |
|
| 427 |
with gr.Accordion("Advanced Settings", open=False):
|
| 428 |
max_new_tokens = gr.Slider(minimum=128, maximum=8192, value=2048, step=128, label="Max New Tokens")
|
|
|
|
| 422 |
|
| 423 |
# General Prompt (for Dots/Hunyuan/Nanonets)
|
| 424 |
with gr.Group(visible=False) as prompt_group:
|
| 425 |
+
custom_prompt = gr.Textbox(label="Custom Query / Prompt", placeholder="Extract text...", lines=2, value="Convert to Markdown precisely.")
|
| 426 |
|
| 427 |
with gr.Accordion("Advanced Settings", open=False):
|
| 428 |
max_new_tokens = gr.Slider(minimum=128, maximum=8192, value=2048, step=128, label="Max New Tokens")
|