Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
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):
|