Spaces:
Sleeping
Sleeping
Commit
·
3d2c742
1
Parent(s):
4ace62c
Update app.py
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ def audio_to_text(audio, num_speakers):
|
|
47 |
embeddings = make_embeddings(path, segments, duration)
|
48 |
add_speaker_labels(segments, embeddings, num_speakers)
|
49 |
global output = get_output(segments)
|
50 |
-
short_sum=text_to_short_summary(str(output))
|
51 |
return output
|
52 |
|
53 |
def convert_to_wav(path):
|
|
|
47 |
embeddings = make_embeddings(path, segments, duration)
|
48 |
add_speaker_labels(segments, embeddings, num_speakers)
|
49 |
global output = get_output(segments)
|
50 |
+
#short_sum=text_to_short_summary(str(output))
|
51 |
return output
|
52 |
|
53 |
def convert_to_wav(path):
|