Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
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"),
|