Abrahamau commited on
Commit
355aec2
·
verified ·
1 Parent(s): 7af4483

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ def guessanAge(model, image):
24
  description = imgclassifier(image)
25
  return description
26
 
27
- @spaces.GPU
28
  def text2speech(model, text, voice):
29
  print(voice)
30
  if len(text) > 0:
 
24
  description = imgclassifier(image)
25
  return description
26
 
27
+ @spaces.GPU(duration=120)
28
  def text2speech(model, text, voice):
29
  print(voice)
30
  if len(text) > 0: