Kremon96 commited on
Commit
8a1367c
·
verified ·
1 Parent(s): 2d1b003

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -65,6 +65,8 @@ def cleanup_files(*files): # Функция для удаления файлов
65
  @spaces.GPU(duration=90)
66
  def transcribe_audio(file_path): # Функция для транскрибирования аудио.
67
  # ... (Остается без изменений)
 
 
68
 
69
  async def text_to_speech(text, language, output_file):
70
  # Инициализация TTS
 
65
  @spaces.GPU(duration=90)
66
  def transcribe_audio(file_path): # Функция для транскрибирования аудио.
67
  # ... (Остается без изменений)
68
+
69
+ def voice_clone_from_video(video_path, output_speaker_file=output_file):
70
 
71
  async def text_to_speech(text, language, output_file):
72
  # Инициализация TTS