Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -122,7 +122,7 @@ with gr.Blocks(css=css) as demo:
|
|
122 |
[pdf_file, pdf_link, file_btn, output_file, parsed_output]
|
123 |
)
|
124 |
gr.Examples(
|
125 |
-
[["nougat.pdf", ""], [None, "https://arxiv.org/pdf/2308.08316.pdf"]],
|
126 |
inputs = [pdf_file, pdf_link],
|
127 |
outputs = parsed_output,
|
128 |
fn=inference,
|
|
|
122 |
[pdf_file, pdf_link, file_btn, output_file, parsed_output]
|
123 |
)
|
124 |
gr.Examples(
|
125 |
+
[["nougat.pdf", "", True], [None, "https://arxiv.org/pdf/2308.08316.pdf", True]],
|
126 |
inputs = [pdf_file, pdf_link],
|
127 |
outputs = parsed_output,
|
128 |
fn=inference,
|