felixrosberg commited on
Commit
95fbdbe
·
verified ·
1 Parent(s): e3c053a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -24,6 +24,7 @@ pipe = fetch_model()
24
  pipe.to('cuda')
25
 
26
 
 
27
  def inference(user_state, condition_image, settings, prompt, neg_prompt, inference_steps=8, num_images=2,
28
  guidance_scale=2.0,
29
  guidance_rescale=0.0,
 
24
  pipe.to('cuda')
25
 
26
 
27
+ @spaces.GPU
28
  def inference(user_state, condition_image, settings, prompt, neg_prompt, inference_steps=8, num_images=2,
29
  guidance_scale=2.0,
30
  guidance_rescale=0.0,