Update app.py
Browse files
app.py
CHANGED
@@ -266,10 +266,10 @@ with gr.Blocks(theme=Monochrome) as demo:
|
|
266 |
download_button = gr.Button("Download Results as CSV")
|
267 |
|
268 |
gr.Examples(
|
269 |
-
examples=
|
270 |
inputs=[pdf_files])
|
271 |
gr.Examples(
|
272 |
-
examples=
|
273 |
inputs=[ground_truth_file])
|
274 |
|
275 |
with gr.Column(scale=2):
|
|
|
266 |
download_button = gr.Button("Download Results as CSV")
|
267 |
|
268 |
gr.Examples(
|
269 |
+
examples='zacks-nvidia-report.pdf',
|
270 |
inputs=[pdf_files])
|
271 |
gr.Examples(
|
272 |
+
examples='groundtruth.csv',
|
273 |
inputs=[ground_truth_file])
|
274 |
|
275 |
with gr.Column(scale=2):
|