helloWorld199 commited on
Commit
edab4a7
1 Parent(s): e4b33c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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:.2f}",
219
- "end_time": f"{end_minutes}.{end_seconds:.2f}"
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