helloWorld199 commited on
Commit
f412e2b
·
verified ·
1 Parent(s): 15ac9eb

fix indent error

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -162,9 +162,9 @@ def aggregate_vocal_times(vocal_time):
162
  "end_time": f"{end_time}"
163
  }
164
  )
165
- except Exception as e:
166
  print(f"An exception occurred: {e}")
167
- return compressed_vocal_times
168
 
169
  def add_voice_label(json_file, audio_path):
170
  # Load the JSON file
 
162
  "end_time": f"{end_time}"
163
  }
164
  )
165
+ except Exception as e:
166
  print(f"An exception occurred: {e}")
167
+ return compressed_vocal_times
168
 
169
  def add_voice_label(json_file, audio_path):
170
  # Load the JSON file