YiftachEde commited on
Commit
b9af74c
·
verified ·
1 Parent(s): 9a10be8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -654,7 +654,7 @@ def create_demo():
654
  )
655
 
656
  # Set up event handlers
657
- @spaces.GPU(duration=20) # Reduced duration to 20 seconds
658
  def generate(prompt, guidance_scale, num_steps):
659
  try:
660
  # Ensure PyTorch3D works with CUDA
 
654
  )
655
 
656
  # Set up event handlers
657
+ @spaces.GPU(duration=90) # Reduced duration to 20 seconds
658
  def generate(prompt, guidance_scale, num_steps):
659
  try:
660
  # Ensure PyTorch3D works with CUDA