dagloop5 commited on
Commit
e579716
·
verified ·
1 Parent(s): 6a20a66

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -475,7 +475,7 @@ def get_duration(
475
  return max(60, int((denoise + decode + post) * _MARGIN) + _PLACEMENT_ALLOWANCE)
476
 
477
 
478
- @spaces.GPU(duration=125, size=GPU_SIZE)
479
  def _generate(
480
  prompt_embeds,
481
  text_token_tags,
 
475
  return max(60, int((denoise + decode + post) * _MARGIN) + _PLACEMENT_ALLOWANCE)
476
 
477
 
478
+ @spaces.GPU(duration=140, size=GPU_SIZE)
479
  def _generate(
480
  prompt_embeds,
481
  text_token_tags,