Spaces:
Runtime error
Runtime error
Upload app.py
Browse files
app.py
CHANGED
|
@@ -283,8 +283,8 @@ with gr.Blocks() as app:
|
|
| 283 |
with gr.Row():
|
| 284 |
gr.Examples(
|
| 285 |
examples=[
|
| 286 |
-
["main_figure.pdf", "
|
| 287 |
-
["main_figure.pdf", "
|
| 288 |
],
|
| 289 |
inputs=[file_input, kb_id_input, query_input],
|
| 290 |
)
|
|
|
|
| 283 |
with gr.Row():
|
| 284 |
gr.Examples(
|
| 285 |
examples=[
|
| 286 |
+
[["main_figure.pdf"], "1731329324", "What is RAG-V?"],
|
| 287 |
+
[["main_figure.pdf"], "1731329324", "How does RAG-V perform?"]
|
| 288 |
],
|
| 289 |
inputs=[file_input, kb_id_input, query_input],
|
| 290 |
)
|