Update app.py
Browse files
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
|
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"
|