ximod1a commited on
Commit
03e14f6
·
1 Parent(s): 592028a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ def time_verify(vocals_audio, target_audio):
66
  r_time = float(min(time_lists)) / (float(max(time_lists)) - j_time)
67
  else:
68
  r_time = float(max(time_lists)) / float(min(time_lists))
69
- return j_time, r_time
70
 
71
  def translator(text, TR_LANGUAGE, LANGUAGE):
72
  try:
 
66
  r_time = float(min(time_lists)) / (float(max(time_lists)) - j_time)
67
  else:
68
  r_time = float(max(time_lists)) / float(min(time_lists))
69
+ return round(j_time, 6), round(r_time, 6)
70
 
71
  def translator(text, TR_LANGUAGE, LANGUAGE):
72
  try: