Stanisław Kacprzak commited on
Commit
d6f585d
·
1 Parent(s): 44f0dfc

formating fix

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ def get_speech(wav):
38
  return collect_chunks(speech_timestamps, wav)
39
 
40
 
41
- def estimate_height(gender,vad, filepath, imperial):
42
  signal = read_audio(filepath)
43
  if vad:
44
  signal = get_speech(signal)
 
38
  return collect_chunks(speech_timestamps, wav)
39
 
40
 
41
+ def estimate_height(gender, vad, filepath, imperial):
42
  signal = read_audio(filepath)
43
  if vad:
44
  signal = get_speech(signal)