soulofmercara commited on
Commit
cbe45fb
1 Parent(s): 4527b4c

Fixed Bugs

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", lines=10, type="auto", spellcheck=True, readonly=True),
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"