huzey commited on
Commit
3cb9243
·
verified ·
1 Parent(s): cbbe850

Update app.py

Browse files

fix: more zerogpu time

Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -42,8 +42,8 @@ if USE_HUGGINGFACE_ZEROGPU:
42
  logging.warning("HuggingFace Spaces not available, running without GPU acceleration")
43
 
44
  if USE_HUGGINGFACE_ZEROGPU:
45
- run_vibe_blend_safe = spaces.GPU(duration=60)(run_vibe_blend_safe)
46
- run_vibe_blend_not_safe = spaces.GPU(duration=60)(run_vibe_blend_not_safe)
47
 
48
  try:
49
  from download_models import download_ipadapter
 
42
  logging.warning("HuggingFace Spaces not available, running without GPU acceleration")
43
 
44
  if USE_HUGGINGFACE_ZEROGPU:
45
+ run_vibe_blend_safe = spaces.GPU(duration=90)(run_vibe_blend_safe)
46
+ run_vibe_blend_not_safe = spaces.GPU(duration=90)(run_vibe_blend_not_safe)
47
 
48
  try:
49
  from download_models import download_ipadapter