Spaces:
Sleeping
Sleeping
Stanisław Kacprzak
commited on
Commit
·
d6f585d
1
Parent(s):
44f0dfc
formating fix
Browse files
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)
|