oh-my-dear-ai commited on
Commit
91da13b
·
verified ·
1 Parent(s): a566f3c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -349,7 +349,7 @@ def get_ref_path_decor(func):
349
  if not ref_wav_path:
350
  logger.warn("Audio file not found for the selected text.")
351
  return
352
- func(ref_wav_path, *args[1,])
353
 
354
  return inner
355
 
 
349
  if not ref_wav_path:
350
  logger.warn("Audio file not found for the selected text.")
351
  return
352
+ func(ref_wav_path, *args[1:])
353
 
354
  return inner
355