remotewith commited on
Commit
f78dcbd
·
1 Parent(s): 1d07faf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ def audio_to_text(audio, num_speakers):
40
  embeddings = make_embeddings(path, segments, duration)
41
  add_speaker_labels(segments, embeddings, num_speakers)
42
  output = get_output(segments)
43
- text_to_short_summary(output)
44
  return output
45
 
46
  def convert_to_wav(path):
 
40
  embeddings = make_embeddings(path, segments, duration)
41
  add_speaker_labels(segments, embeddings, num_speakers)
42
  output = get_output(segments)
43
+ #text_to_short_summary(output)
44
  return output
45
 
46
  def convert_to_wav(path):