PierreBrunelle
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -270,7 +270,8 @@ with gr.Blocks(theme=Monochrome) as demo:
|
|
270 |
inputs=[pdf_files])
|
271 |
gr.Examples(
|
272 |
examples=['Q-A-Rag.xlsx'],
|
273 |
-
inputs=[
|
|
|
274 |
with gr.Column(scale=2):
|
275 |
csv_output = gr.File(label="CSV Download")
|
276 |
|
|
|
270 |
inputs=[pdf_files])
|
271 |
gr.Examples(
|
272 |
examples=['Q-A-Rag.xlsx'],
|
273 |
+
inputs=[ground_truth_file])
|
274 |
+
|
275 |
with gr.Column(scale=2):
|
276 |
csv_output = gr.File(label="CSV Download")
|
277 |
|