Spaces:
Build error
Build error
Richard Hsu
commited on
Commit
·
1c27520
1
Parent(s):
62f9771
updating
Browse files
app.py
CHANGED
@@ -17,5 +17,5 @@ def pdf_to_text_interface(pdf_file):
|
|
17 |
text = pdf_to_text(pdf_file)
|
18 |
return text
|
19 |
|
20 |
-
iface = gr.Interface(fn=pdf_to_text_interface, inputs="file", outputs="text", title="PDF to Text Converter")
|
21 |
iface.launch()
|
|
|
17 |
text = pdf_to_text(pdf_file)
|
18 |
return text
|
19 |
|
20 |
+
iface = gr.Interface(fn=pdf_to_text_interface, inputs="file", outputs="text", title="PDF to Text Converter <3")
|
21 |
iface.launch()
|