mizoru commited on
Commit
b0d20c9
1 Parent(s): 3b8e519

remove print

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -22,7 +22,6 @@ def process_parameters(probs, audio_length_samples, threshold, min_speech_durati
22
  speech_pad_ms=speech_pad_ms,
23
  return_seconds=True,
24
  rounding=3)
25
- print(timestamps)
26
  df = pd.DataFrame(timestamps)
27
  df["note"] = ""
28
  df.to_csv("timestamps.txt", sep = '\t', header=False, index=False)
 
22
  speech_pad_ms=speech_pad_ms,
23
  return_seconds=True,
24
  rounding=3)
 
25
  df = pd.DataFrame(timestamps)
26
  df["note"] = ""
27
  df.to_csv("timestamps.txt", sep = '\t', header=False, index=False)