xfey commited on
Commit
8d317f9
·
1 Parent(s): d26b33a

[fix] update interface

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -436,10 +436,8 @@ with gr.Blocks(css=custom_css, title="Dolphin Document Parser") as demo:
436
  elem_id="file-upload"
437
  )
438
 
439
- gr.HTML("支持PDF和图像文件,PDF将转换为图像处理(长边896px)<br>Support PDF and image files, PDF will be converted to images (896px max)")
440
-
441
  with gr.Row(elem_classes="action-buttons"):
442
- submit_btn = gr.Button("处理文档/Process Document", variant="primary")
443
  clear_btn = gr.ClearButton(value="清空/Clear")
444
 
445
  # 示例文件
 
436
  elem_id="file-upload"
437
  )
438
 
 
 
439
  with gr.Row(elem_classes="action-buttons"):
440
+ submit_btn = gr.Button("提交/Submit", variant="primary")
441
  clear_btn = gr.ClearButton(value="清空/Clear")
442
 
443
  # 示例文件