Spaces:
Sleeping
Sleeping
Zaheer
commited on
Commit
·
5c0848b
1
Parent(s):
0aeb1a2
Updated code
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ iface = gr.Interface(
|
|
11 |
gr.inputs.File(label="Upload a PDF file"),
|
12 |
gr.outputs.Textbox(label="Extracted text"),
|
13 |
title="PDF Text Extractor",
|
14 |
-
description="A
|
15 |
theme="huggingface"
|
16 |
|
17 |
)
|
|
|
11 |
gr.inputs.File(label="Upload a PDF file"),
|
12 |
gr.outputs.Textbox(label="Extracted text"),
|
13 |
title="PDF Text Extractor",
|
14 |
+
description="A smooth app that gets text from PDF files using pdfminer. 🧠",
|
15 |
theme="huggingface"
|
16 |
|
17 |
)
|