xianbao HF staff commited on
Commit
4802f9d
1 Parent(s): 716ced7

Tentatively increase the timeout to avoid errors

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ def get_strings(lang):
34
  args, gen, enhancer = inferencer()
35
  strings = get_strings("en")
36
 
37
- @spaces.GPU(duration=80)
38
  def infer(
39
  prompt,
40
  negative_prompt,
 
34
  args, gen, enhancer = inferencer()
35
  strings = get_strings("en")
36
 
37
+ @spaces.GPU(duration=100)
38
  def infer(
39
  prompt,
40
  negative_prompt,