aritheanalyst commited on
Commit
4f4f257
1 Parent(s): 65982c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -44,5 +44,6 @@ def pdf_to_text(text, PDF):
44
  iface = gr.Interface(fn = pdf_to_text,
45
  inputs =["text", "file"], outputs=["audio","text", "file"] )
46
 
 
47
  if __name__ == "__main__":
48
  iface.launch(share=True)
 
44
  iface = gr.Interface(fn = pdf_to_text,
45
  inputs =["text", "file"], outputs=["audio","text", "file"] )
46
 
47
+
48
  if __name__ == "__main__":
49
  iface.launch(share=True)