Abrahamau commited on
Commit
9f9ad3d
·
verified ·
1 Parent(s): 69c8b67

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ def guessanAge(model, image):
25
  description = imgclassifier(image)
26
  return description
27
 
28
- #@spaces.GPU(duration=120)
29
  def text2speech(text, sample):
30
  os.environ["COQUI_TOS_AGREED"] = "1"
31
  if len(text) > 0:
 
25
  description = imgclassifier(image)
26
  return description
27
 
28
+ @spaces.GPU(duration=120)
29
  def text2speech(text, sample):
30
  os.environ["COQUI_TOS_AGREED"] = "1"
31
  if len(text) > 0: