elismasilva commited on
Commit
6fe1b7e
·
1 Parent(s): 5cbf75a

update duration to 8x scale

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