fffiloni commited on
Commit
740e739
·
verified ·
1 Parent(s): b155875

lower zerogpu duration from 300 to 280

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ except Exception as e:
60
  demo.launch()
61
  exit()
62
 
63
- @spaces.GPU(duration=300)
64
  def generate_video(
65
  pil_image: Image.Image,
66
  prompt: str,
 
60
  demo.launch()
61
  exit()
62
 
63
+ @spaces.GPU(duration=280)
64
  def generate_video(
65
  pil_image: Image.Image,
66
  prompt: str,