amendolajine commited on
Commit
f0137b9
·
1 Parent(s): 69486d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -99,7 +99,7 @@ iface = gr.Interface(
99
  inputs=gr.components.File(label="Upload a research PDF containing an abstract"),
100
  outputs=["text", "audio"],
101
  title="Summarize an abstract and vocalize it",
102
- description="Upload a research paper in PDF format to extract, summarize its abstract, and convert the summarization to speech."
103
  )
104
 
105
  if __name__ == "__main__":
 
99
  inputs=gr.components.File(label="Upload a research PDF containing an abstract"),
100
  outputs=["text", "audio"],
101
  title="Summarize an abstract and vocalize it",
102
+ description="Upload a research paper in PDF format to extract, summarize its abstract, and convert the summarization to speech. If the upload doesn't work on the first try, refresh the page (CTRL+F5) and try again."
103
  )
104
 
105
  if __name__ == "__main__":