multimodalart HF Staff commited on
Commit
f7da1c2
·
verified ·
1 Parent(s): c3c7ab2

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ def get_tts():
33
  return _tts
34
 
35
 
36
- @spaces.GPU(duration=120)
37
  def generate_tts(
38
  text_input: str,
39
  audio_prompt_path: str | None = None,
 
33
  return _tts
34
 
35
 
36
+ @spaces.GPU(duration=60)
37
  def generate_tts(
38
  text_input: str,
39
  audio_prompt_path: str | None = None,