Flourish commited on
Commit
1a7b2ac
·
verified ·
1 Parent(s): 83f839d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -23,6 +23,7 @@ pipe = ChatsSDXLPipeline.from_pretrained(
23
  )
24
  pipe.to(DEVICE)
25
 
 
26
  def generate(prompt, steps=50, guidance_scale=7.5, height=768, width=512):
27
  output = pipe(
28
  prompt=prompt,
 
23
  )
24
  pipe.to(DEVICE)
25
 
26
+ @spaces.GPU
27
  def generate(prompt, steps=50, guidance_scale=7.5, height=768, width=512):
28
  output = pipe(
29
  prompt=prompt,