chilge commited on
Commit
bc629dc
1 Parent(s): 2bff7a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,7 +75,7 @@ def tts2(text):
75
 
76
  return str(randsample), (hps.data.sampling_rate, audio)
77
 
78
- def tts3(text, sample):
79
  if len(text) > 150:
80
  return "Error: Text is too long", None
81
  try:
 
75
 
76
  return str(randsample), (hps.data.sampling_rate, audio)
77
 
78
+ def tts3(text, emotion):
79
  if len(text) > 150:
80
  return "Error: Text is too long", None
81
  try: