Abrahamau commited on
Commit
31b43e4
·
verified ·
1 Parent(s): a1fdb32

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ def guessanAge(model, image):
26
  return description
27
 
28
  @spaces.GPU(duration=120)
29
- def text2speech(text, None, sample):
30
  os.environ["COQUI_TOS_AGREED"] = "1"
31
  if len(text) > 0:
32
  tts = TTS("tts_models/multilingual/multi-dataset/xtts_v2")
 
26
  return description
27
 
28
  @spaces.GPU(duration=120)
29
+ def text2speech(text, no, sample):
30
  os.environ["COQUI_TOS_AGREED"] = "1"
31
  if len(text) > 0:
32
  tts = TTS("tts_models/multilingual/multi-dataset/xtts_v2")