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