micknikolic commited on
Commit
0d42948
1 Parent(s): dcb39d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -166,7 +166,7 @@ iface = gr.Interface(
166
  gr.Textbox(label="Bert F1-Score")
167
  ],
168
  title="PDF Abstract Summarizer and Audio Converter",
169
- description="Upload a PDF file to extract and summarize its 'abstract' section. The best summary sentence based on its Bert F1-score will be converted into speech and the score's interpretation will be displayed."
170
  )
171
 
172
  iface.launch()
 
166
  gr.Textbox(label="Bert F1-Score")
167
  ],
168
  title="PDF Abstract Summarizer and Audio Converter",
169
+ description="Upload a PDF file to extract and summarize its 'abstract' section. The best summary sentence based on its Bert F1-score will be converted into speech and the score's interpretation will be displayed. (A PDF file needs to contain the Abstract section.)"
170
  )
171
 
172
  iface.launch()