vilarin commited on
Commit
b3e3306
1 Parent(s): 45e67a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ pipe.scheduler = KDPM2AncestralDiscreteScheduler.from_config(pipe.scheduler.conf
48
 
49
 
50
  # Function
51
- @spaces.GPU()
52
  def generate_image(
53
  prompt,
54
  negative="low quality",
 
48
 
49
 
50
  # Function
51
+ @spaces.GPU(duration=120)
52
  def generate_image(
53
  prompt,
54
  negative="low quality",