Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ def diarize_aud(file_name):
|
|
50 |
|
51 |
#file_name=file_name.strip(".mp3")
|
52 |
#print(file_name)
|
53 |
-
os.system(f"python diarize.py -a output.mp3")
|
54 |
with open(f"output.txt","r") as f:
|
55 |
lines=f.readlines()
|
56 |
line_out=""
|
|
|
50 |
|
51 |
#file_name=file_name.strip(".mp3")
|
52 |
#print(file_name)
|
53 |
+
os.system(f"python whisper_diarization_main/diarize.py -a output.mp3")
|
54 |
with open(f"output.txt","r") as f:
|
55 |
lines=f.readlines()
|
56 |
line_out=""
|