thunnai commited on
Commit
60e5967
·
1 Parent(s): 3531a50

remove duration arg

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ def get_prompt_list(prompt_dir: str):
47
 
48
  return prompt_lookup
49
 
50
- @spaces.GPU(duration=120)
51
  def zero_gpu_supported_generate_one(
52
  model: Nanospeech,
53
  text: str,
 
47
 
48
  return prompt_lookup
49
 
50
+ @spaces.GPU
51
  def zero_gpu_supported_generate_one(
52
  model: Nanospeech,
53
  text: str,