Walid-Ahmed commited on
Commit
73ebd7f
·
verified ·
1 Parent(s): 863d23e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ whisper_model = whisper.load_model("tiny")
15
 
16
  # Load the text summarization model from Hugging Face
17
  summarizer = pipeline(task="summarization", model="facebook/bart-large-cnn")
18
- summarizer = pipeline("summarization", model="google/pegasus-xsum")
19
 
20
  # Function to transcribe and summarize the audio file
21
  def transcribe_and_summarize(audio):
 
15
 
16
  # Load the text summarization model from Hugging Face
17
  summarizer = pipeline(task="summarization", model="facebook/bart-large-cnn")
18
+ summarizer = pipeline("summarization", model="allenai/led-base-16384")
19
 
20
  # Function to transcribe and summarize the audio file
21
  def transcribe_and_summarize(audio):