Spaces:
Running
on
Zero
Running
on
Zero
UUpdate app.py
Browse files
app.py
CHANGED
@@ -276,7 +276,7 @@ with gr.Blocks() as app:
|
|
276 |
with gr.Row():
|
277 |
gr.Examples(
|
278 |
examples=[
|
279 |
-
["main_figure.pdf", "
|
280 |
["main_figure.pdf", "How does RAG-V perform?"]
|
281 |
],
|
282 |
inputs=[file_input, file_result, query_input],
|
|
|
276 |
with gr.Row():
|
277 |
gr.Examples(
|
278 |
examples=[
|
279 |
+
["main_figure.pdf", "What is RAG-V?"],
|
280 |
["main_figure.pdf", "How does RAG-V perform?"]
|
281 |
],
|
282 |
inputs=[file_input, file_result, query_input],
|