Spaces:
Running
on
Zero
Running
on
Zero
nihuajian
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -265,9 +265,9 @@ def create_interface():
|
|
265 |
with gr.Row():
|
266 |
gr.Examples(
|
267 |
examples=[
|
268 |
-
["table.png", "表格解析"],
|
269 |
-
["formulas.png", "公式解析"],
|
270 |
-
["text.png", "文本解析"]
|
271 |
],
|
272 |
inputs=[image_input, parse_type],
|
273 |
label="点击示例快速体验"
|
|
|
265 |
with gr.Row():
|
266 |
gr.Examples(
|
267 |
examples=[
|
268 |
+
["./table.png", "表格解析"],
|
269 |
+
["./formulas.png", "公式解析"],
|
270 |
+
["./text.png", "文本解析"]
|
271 |
],
|
272 |
inputs=[image_input, parse_type],
|
273 |
label="点击示例快速体验"
|