elismasilva commited on
Commit
e8cf629
·
1 Parent(s): 405a06a

changed duration

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ pipe.enable_vae_tiling() # << Enable this if you have limited VRAM
30
  pipe.enable_vae_slicing() # << Enable this if you have limited VRAM
31
 
32
  # region functions
33
- @spaces.GPU(duration=720)
34
  def predict(
35
  image,
36
  prompt,
 
30
  pipe.enable_vae_slicing() # << Enable this if you have limited VRAM
31
 
32
  # region functions
33
+ @spaces.GPU(duration=120)
34
  def predict(
35
  image,
36
  prompt,