Tonic commited on
Commit
947d613
1 Parent(s): 93d803f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 (Text to Speech translation)", # Task
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