Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ def preprocess(audio_path):
|
|
36 |
print("PREPROCESSING ENDED")
|
37 |
return temp_path
|
38 |
|
39 |
-
def transcribe(diarise,
|
40 |
audio = preprocess(audio)
|
41 |
y, sr = sf.read(audio)
|
42 |
print(diarise)
|
|
|
36 |
print("PREPROCESSING ENDED")
|
37 |
return temp_path
|
38 |
|
39 |
+
def transcribe(diarise, how_diarise, audio):
|
40 |
audio = preprocess(audio)
|
41 |
y, sr = sf.read(audio)
|
42 |
print(diarise)
|