FlavioBF commited on
Commit
30a2551
1 Parent(s): 7d9efc2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -326,5 +326,5 @@ pdf_path2=os.path.join(os.path.abspath(""), "Article_4_ExperimentalEvidence_on_t
326
  #iface.launch(share=True)
327
 
328
 
329
- demo = gr.Interface(fn=sentence_to_audio, inputs="file", outputs=["audio",,gr.Textbox(lines=4,label="one sentence summ.")],examples=[pdf_path,pdf_path2],title="SINGLE SENTENCE SUMMARY TO AUDIO CONVERSIONE (upload only pdf files with Abstract section)")
330
  demo.launch(share=True)
 
326
  #iface.launch(share=True)
327
 
328
 
329
+ demo = gr.Interface(fn=sentence_to_audio, inputs="file", outputs=["audio",gr.Textbox(lines=4,label="one sentence summ.")],examples=[pdf_path,pdf_path2],title="SINGLE SENTENCE SUMMARY TO AUDIO CONVERSION - upload only pdf files with Abstract section -")
330
  demo.launch(share=True)