Mishmosh commited on
Commit
3da38ea
·
1 Parent(s): cdc681e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ iface = gr.Interface(
11
  inputs=[
12
  gr.File(
13
  type="binary",
14
- label="Please upload a PDF file that contains an abstract. You will receive a one-sentence summary of the PDF and can listen to it.",
15
  ),
16
  ],
17
  outputs=None,
 
11
  inputs=[
12
  gr.File(
13
  type="binary",
14
+ label="Hello. This app is called Abstract Summariser and gives a one sentence summary of the input PDF in both written and spoken form. Please upload a PDF file that contains an abstract.",
15
  ),
16
  ],
17
  outputs=None,