Spaces:
Runtime error
Runtime error
Commit
·
2b02f2a
1
Parent(s):
b8218ab
Update app.py
Browse files
app.py
CHANGED
@@ -84,7 +84,7 @@ class GradioInference:
|
|
84 |
# Perform summarization on the transcription
|
85 |
transcription_summary = self.bart_summarizer(
|
86 |
results["text"],
|
87 |
-
max_length=
|
88 |
min_length=30,
|
89 |
do_sample=False,
|
90 |
truncation=True
|
|
|
84 |
# Perform summarization on the transcription
|
85 |
transcription_summary = self.bart_summarizer(
|
86 |
results["text"],
|
87 |
+
max_length=150,
|
88 |
min_length=30,
|
89 |
do_sample=False,
|
90 |
truncation=True
|