Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -130,7 +130,7 @@ def convert_text_to_speech(input_text, source_language, target_language):
|
|
130 |
|
131 |
try:
|
132 |
result = client.predict(
|
133 |
-
"T2ST
|
134 |
"text", # Input type
|
135 |
input_text, # Input text
|
136 |
None, # Empty string for audio name
|
|
|
130 |
|
131 |
try:
|
132 |
result = client.predict(
|
133 |
+
"T2ST", # Task
|
134 |
"text", # Input type
|
135 |
input_text, # Input text
|
136 |
None, # Empty string for audio name
|