Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -272,8 +272,10 @@ with gr.Blocks() as app:
|
|
272 |
examples=[
|
273 |
[["car_owner_manual.pdf"], "1731341207", "怀孕如何系安全带?"],
|
274 |
[["car_owner_manual.pdf"], "1731341207", "什么时候会触发侧气囊弹出?"],
|
275 |
-
[["
|
276 |
-
[["
|
|
|
|
|
277 |
],
|
278 |
inputs=[file_input, kb_id_input, query_input],
|
279 |
)
|
|
|
272 |
examples=[
|
273 |
[["car_owner_manual.pdf"], "1731341207", "怀孕如何系安全带?"],
|
274 |
[["car_owner_manual.pdf"], "1731341207", "什么时候会触发侧气囊弹出?"],
|
275 |
+
[["car_owner_manual.pdf"], "1731341207", "How to wear seat belts when pregnant?"],
|
276 |
+
[["car_owner_manual.pdf"], "1731341207", "When will the side airbags be deployed?"],
|
277 |
+
[["main_figure.pdf"], "1731342441", "What is VisRAG?"],
|
278 |
+
[["main_figure.pdf"], "1731342441", "How does VisRAG perform?"]
|
279 |
],
|
280 |
inputs=[file_input, kb_id_input, query_input],
|
281 |
)
|