oh-my-dear-ai commited on
Commit
d6fb9ad
·
verified ·
1 Parent(s): 8dc9c1f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -371,7 +371,7 @@ def load_audio_text_mappings(folder_path, list_file_name):
371
  audio_folder_path = 'audio'
372
  text_to_audio_mappings, audio_to_text_mappings = load_audio_text_mappings(audio_folder_path, 'slicer_opt.list')
373
 
374
- @get_ref_path_decor
375
  def get_tts_wav(ref_wav_content, prompt_text, prompt_language, text, text_language, how_to_cut=i18n("不切")):
376
 
377
  # Contributed for huggingface deployment
 
371
  audio_folder_path = 'audio'
372
  text_to_audio_mappings, audio_to_text_mappings = load_audio_text_mappings(audio_folder_path, 'slicer_opt.list')
373
 
374
+
375
  def get_tts_wav(ref_wav_content, prompt_text, prompt_language, text, text_language, how_to_cut=i18n("不切")):
376
 
377
  # Contributed for huggingface deployment