azsalihu commited on
Commit
0b067a3
1 Parent(s): ed58ca2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,7 +67,7 @@ audio_summary = gr.Audio()
67
 
68
  # Building Gradio Interface
69
  myApp = gr.Interface( fn= abstract_audio, inputs=gr.File(),
70
- outputs=[gr.Text(),gr.Audio()], title="Summary of Abstract to Audio ", description="An App that helps you summarises the abstract of an Article\Journal and gives the audio of the summary", examples=["/content/NIPS-2015-hidden-technical-debt-in-machine-learning-systems-Paper.pdf"]
71
  )
72
 
73
  myApp.launch()
 
67
 
68
  # Building Gradio Interface
69
  myApp = gr.Interface( fn= abstract_audio, inputs=gr.File(),
70
+ outputs=[gr.Text(),gr.Audio()], title="Summary of Abstract to Audio ", description="An App that helps you summarises the abstract of an Article\Journal and gives the audio of the summary", examples=["NIPS-2015-hidden-technical-debt-in-machine-learning-systems-Paper.pdf"]
71
  )
72
 
73
  myApp.launch()