Blaise-g commited on
Commit
c6727a8
Β·
1 Parent(s): 07a94cf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -240,7 +240,7 @@ if __name__ == "__main__":
240
  label="Summary πŸ“", placeholder="The generated πŸ“ will appear here"
241
  )
242
  gr.Markdown(
243
- "The summary scores can be thought of as representing the quality of the summary. less-negative numbers (closer to 0) are better:"
244
  )
245
  compression_rate = gr.Textbox(
246
  label="Compression rate πŸ—œ", placeholder="The πŸ—œ will appear here"
 
240
  label="Summary πŸ“", placeholder="The generated πŸ“ will appear here"
241
  )
242
  gr.Markdown(
243
+ "The compression rate πŸ—œ indicates the ratio between the machine-generated summary length and the input text (from 0% to 100%). The higher the πŸ—œ the more extreme the summary is."
244
  )
245
  compression_rate = gr.Textbox(
246
  label="Compression rate πŸ—œ", placeholder="The πŸ—œ will appear here"