Commit
·
cbe45fb
1
Parent(s):
4527b4c
Fixed Bugs
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ def read_pdf(file):
|
|
18 |
iface = gr.Interface(
|
19 |
read_pdf,
|
20 |
gr.inputs.File(label="Upload a PDF file"),
|
21 |
-
gr.outputs.Textbox(label="Extracted Text"
|
22 |
title="PDF Text Extractor",
|
23 |
description="A smooth app that gets text from PDF files using pdfminer 🧠",
|
24 |
theme="ParityError/Anime"
|
|
|
18 |
iface = gr.Interface(
|
19 |
read_pdf,
|
20 |
gr.inputs.File(label="Upload a PDF file"),
|
21 |
+
gr.outputs.Textbox(label="Extracted Text"),
|
22 |
title="PDF Text Extractor",
|
23 |
description="A smooth app that gets text from PDF files using pdfminer 🧠",
|
24 |
theme="ParityError/Anime"
|