noelfranthomas commited on
Commit
4a2f335
1 Parent(s): 9b9a9b0

small changes

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ with gr.Blocks() as app:
14
  text_button_sum = gr.Button("Scrape & Summarize")
15
 
16
  with gr.Accordion("Note on Summary"):
17
- gr.Markdown("The summary is generated using the [Facebook BART model](https://huggingface.co/facebook/bart-large-cnn). The summary is not perfect, but it is a good starting point for a quick overview of the meeting. Please bear in mind that this process may take longer depending on the amount of text to summarize.")
18
 
19
 
20
 
14
  text_button_sum = gr.Button("Scrape & Summarize")
15
 
16
  with gr.Accordion("Note on Summary"):
17
+ gr.Markdown("The summary is generated using AI. The summary is not perfect, but it is a good starting point for a quick overview of the meeting. Please bear in mind that this process may take longer depending on the amount of text to summarize.")
18
 
19
 
20