Spaces:
Sleeping
Sleeping
Commit
·
df057cb
1
Parent(s):
414da5e
Update app.py
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ def audio_to_text(audio, num_speakers):
|
|
45 |
embeddings = make_embeddings(path, segments, duration)
|
46 |
add_speaker_labels(segments, embeddings, num_speakers)
|
47 |
output = get_output(segments)
|
48 |
-
short_sum=text_to_short_summary(output)
|
49 |
return output , short_sum
|
50 |
|
51 |
def convert_to_wav(path):
|
|
|
45 |
embeddings = make_embeddings(path, segments, duration)
|
46 |
add_speaker_labels(segments, embeddings, num_speakers)
|
47 |
output = get_output(segments)
|
48 |
+
short_sum=text_to_short_summary(str(output))
|
49 |
return output , short_sum
|
50 |
|
51 |
def convert_to_wav(path):
|