mokady commited on
Commit
90147a1
1 Parent(s): a9d82c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -102,7 +102,7 @@ def generate_(prompt, negative_prompt, canny_image, num_steps, controlnet_condit
102
  ).images
103
  return images
104
 
105
-
106
  def process(input_image, prompt, negative_prompt, num_steps, controlnet_conditioning_scale, seed):
107
 
108
  # resize input_image to 1024x1024
 
102
  ).images
103
  return images
104
 
105
+ @spaces.GPU
106
  def process(input_image, prompt, negative_prompt, num_steps, controlnet_conditioning_scale, seed):
107
 
108
  # resize input_image to 1024x1024