andreeabodea commited on
Commit
55d6379
·
verified ·
1 Parent(s): 72cf57c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -127,7 +127,7 @@ def get_first_page_text(path):
127
  return doc.pages[0].extract_text()
128
 
129
  # Define the Gradio interface
130
- iface = gr.Interface(fn=get_first_page_text,
131
  #iface = gr.Interface(fn=process_pdf,
132
  inputs=gr.File(type="binary", label="Upload PDF"),
133
  outputs=gr.Textbox(label="Extracted Text"),
 
127
  return doc.pages[0].extract_text()
128
 
129
  # Define the Gradio interface
130
+ iface = gr.Interface(fn=get_first_page_text,
131
  #iface = gr.Interface(fn=process_pdf,
132
  inputs=gr.File(type="binary", label="Upload PDF"),
133
  outputs=gr.Textbox(label="Extracted Text"),