merve HF Staff commited on
Commit
8f2e26c
Β·
1 Parent(s): 8ae0c92

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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():