Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|