aritheanalyst commited on
Commit
3767d92
1 Parent(s): 63d2423

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -74,6 +74,5 @@ def pdf_to_text(text, PDF):
74
  iface = gr.Interface(fn = pdf_to_text,
75
  inputs =["text", "file"], outputs=["audio","text", "file"] )
76
 
77
-
78
  if __name__ == "__main__":
79
  iface.launch(share=True)
74
  iface = gr.Interface(fn = pdf_to_text,
75
  inputs =["text", "file"], outputs=["audio","text", "file"] )
76
 
 
77
  if __name__ == "__main__":
78
  iface.launch(share=True)