akiortagem commited on
Commit
4420a89
·
verified ·
1 Parent(s): 480e744

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -28,6 +28,7 @@ pipe.to(device)
28
  # ---------------------------------------------------------------------
29
  # Inference function (maps to CLIPTextEncode + EmptySD3LatentImage + KSampler + VAEDecode)
30
  # ---------------------------------------------------------------------
 
31
  def generate_images(
32
  positive: str,
33
  negative: str,
 
28
  # ---------------------------------------------------------------------
29
  # Inference function (maps to CLIPTextEncode + EmptySD3LatentImage + KSampler + VAEDecode)
30
  # ---------------------------------------------------------------------
31
+ @spaces.GPU(duration=120)
32
  def generate_images(
33
  positive: str,
34
  negative: str,