Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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=["
|
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()
|