Richard Hsu commited on
Commit
62f9771
·
1 Parent(s): cfca889
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,4 +18,4 @@ def pdf_to_text_interface(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()
 
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()