updated duration

#3
by ysharma HF staff - opened
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,