Spaces:
Runtime error
Runtime error
antoniomae
commited on
Commit
•
5d72f57
1
Parent(s):
b7f9e04
Update app.py
Browse files
app.py
CHANGED
@@ -46,8 +46,8 @@ if input_mp3 and clone_wav:
|
|
46 |
formatted_datetime = current_datetime.strftime("%Y-%m-%d_%H%M%S")
|
47 |
output_filename = f"recording_{formatted_datetime}.wav"
|
48 |
|
49 |
-
temp_input_file = create_temp_file(
|
50 |
-
temp_clone_file = create_temp_file(
|
51 |
|
52 |
update_progress(0, 'Loading TTS model...')
|
53 |
api = TTS("voice_conversion_models/multilingual/vctk/freevc24")
|
|
|
46 |
formatted_datetime = current_datetime.strftime("%Y-%m-%d_%H%M%S")
|
47 |
output_filename = f"recording_{formatted_datetime}.wav"
|
48 |
|
49 |
+
temp_input_file = create_temp_file(input_wav)
|
50 |
+
temp_clone_file = create_temp_file(clone_wav)
|
51 |
|
52 |
update_progress(0, 'Loading TTS model...')
|
53 |
api = TTS("voice_conversion_models/multilingual/vctk/freevc24")
|