bertjiazheng ysharma HF staff commited on
Commit
46112f5
·
verified ·
1 Parent(s): e7fd116

updated duration (#3)

Browse files

- updated duration (c583f96c18aee07ba4f903a9ef61dff2354bcad9)


Co-authored-by: yuvraj sharma <[email protected]>

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ def generate(engine, prompt, num_inference_steps=50, guidance_scale=6.0):
29
  return output_path
30
 
31
 
32
- @spaces.GPU(duration=400)
33
  def generate_vs(
34
  model_name,
35
  prompt,
 
29
  return output_path
30
 
31
 
32
+ @spaces.GPU(duration=300)
33
  def generate_vs(
34
  model_name,
35
  prompt,