Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ def init_TTS(config):
|
|
31 |
|
32 |
|
33 |
@spaces.GPU
|
34 |
-
def generate_speech(text
|
35 |
# Generate speech using the provided text, speaker voice, and language
|
36 |
tts.tts_to_file(text=text,
|
37 |
file_path=config['inference']['file_path'],
|
|
|
31 |
|
32 |
|
33 |
@spaces.GPU
|
34 |
+
def generate_speech(text):
|
35 |
# Generate speech using the provided text, speaker voice, and language
|
36 |
tts.tts_to_file(text=text,
|
37 |
file_path=config['inference']['file_path'],
|