Richard Hsu commited on
Commit
e32d984
·
1 Parent(s): 1c27520
Files changed (1) hide show
  1. app.py +1 -0
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
+