Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -215,8 +215,8 @@ def add_voice_labelv2(json_file, audio_path):
|
|
215 |
|
216 |
print("modifying json data... \n")
|
217 |
vocal_times.append( {
|
218 |
-
"start_time": f"{start_minutes}.{start_seconds:.
|
219 |
-
"end_time": f"{end_minutes}.{end_seconds:.
|
220 |
})
|
221 |
|
222 |
begin_seq = True
|
|
|
215 |
|
216 |
print("modifying json data... \n")
|
217 |
vocal_times.append( {
|
218 |
+
"start_time": f"{start_minutes}.{start_seconds:.0f}",
|
219 |
+
"end_time": f"{end_minutes}.{end_seconds:.0f}"
|
220 |
})
|
221 |
|
222 |
begin_seq = True
|