Blaise-g commited on
Commit
f02c32b
Β·
1 Parent(s): 78b9ac3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -287,7 +287,7 @@ if __name__ == "__main__":
287
  token_batch_length,
288
  length_penalty,
289
  ],
290
- outputs=[output_text, summary_text, summary_scores, rates],
291
  )
292
 
293
  demo.launch(enable_queue=True, share=False)
 
287
  token_batch_length,
288
  length_penalty,
289
  ],
290
+ outputs=[output_text, summary_text, summary_scores, compression_rate],
291
  )
292
 
293
  demo.launch(enable_queue=True, share=False)