[fix] update interface
Browse files
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("
|
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 |
# 示例文件
|