Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ def text_to_speech(text: str, speaker_wav, speaker_wav_file, language: str):
|
|
34 |
return file_path
|
35 |
|
36 |
|
37 |
-
|
38 |
title = "Voice-Cloning-Demo"
|
39 |
|
40 |
def toggle(choice):
|
|
|
34 |
return file_path
|
35 |
|
36 |
|
37 |
+
# Define Gradio Interface
|
38 |
title = "Voice-Cloning-Demo"
|
39 |
|
40 |
def toggle(choice):
|