on1onmangoes commited on
Commit
0884acb
·
verified ·
1 Parent(s): be6ffa5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -220,9 +220,7 @@ with gr.Blocks(css=CSS) as demo:
220
  ),
221
  ],
222
  )
223
- pdf = PDF(label="View a PDF", interactive=True)
224
- name = gr.Textbox()
225
- pdf.upload(lambda f: f, pdf, name)
226
 
227
  with gr.Tab("Process PDF"):
228
  pdf_input = gr.File(label="Upload PDF File")
 
220
  ),
221
  ],
222
  )
223
+
 
 
224
 
225
  with gr.Tab("Process PDF"):
226
  pdf_input = gr.File(label="Upload PDF File")