sblumenf commited on
Commit
7a79e6f
1 Parent(s): fc73a76

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -11,3 +11,4 @@ def extract_text_from_pdf(pdf):
11
 
12
  iface = gr.Interface(fn=extract_text_from_pdf, inputs="file", outputs="text")
13
  iface.launch()
 
 
11
 
12
  iface = gr.Interface(fn=extract_text_from_pdf, inputs="file", outputs="text")
13
  iface.launch()
14
+