Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -103,7 +103,7 @@ with gr.Blocks(css=css) as demo:
|
|
103 |
pdf_file = gr.File(label='PDF π', file_count='single', scale=1)
|
104 |
pdf_link = gr.Textbox(placeholder='Enter an arxiv link here', label='Link to Paperπ', scale=1)
|
105 |
with gr.Row():
|
106 |
-
file_btn = gr.Checkbox(label='Download output as file π')
|
107 |
with gr.Row():
|
108 |
btn = gr.Button('Run Nougat π«')
|
109 |
with gr.Row():
|
|
|
103 |
pdf_file = gr.File(label='PDF π', file_count='single', scale=1)
|
104 |
pdf_link = gr.Textbox(placeholder='Enter an arxiv link here', label='Link to Paperπ', scale=1)
|
105 |
with gr.Row():
|
106 |
+
file_btn = gr.Checkbox(value=True, label='Download output as file π')
|
107 |
with gr.Row():
|
108 |
btn = gr.Button('Run Nougat π«')
|
109 |
with gr.Row():
|