ysharma HF staff commited on
Commit
c583f96
1 Parent(s): e7fd116

updated duration

Browse files

setting the duration to maximum quota allowed, i.e. 300 seconds

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,