Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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"
|
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)
|