pszemraj commited on
Commit
210cc02
β€’
1 Parent(s): 11d8f98

πŸ“ words

Browse files

Signed-off-by: peter szemraj <[email protected]>

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -256,7 +256,7 @@ if __name__ == "__main__":
256
  with gr.Column():
257
  gr.Markdown("## Generate Summary")
258
  gr.Markdown(
259
- "Summary generation should take approximately 1-2 minutes for most settings."
260
  )
261
  summarize_button = gr.Button(
262
  "Summarize!",
 
256
  with gr.Column():
257
  gr.Markdown("## Generate Summary")
258
  gr.Markdown(
259
+ "Summarization should take ~1-2 minutes for most settings, but may extend up to 5-10 minutes in some scenarios."
260
  )
261
  summarize_button = gr.Button(
262
  "Summarize!",