prithivMLmods commited on
Commit
63844ef
·
verified ·
1 Parent(s): c4259ff

update app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="OCR the content 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")
 
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")