Yjiggfghhjnjj commited on
Commit
d8e7f41
1 Parent(s): 14a9763

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ playground_pipe = DiffusionPipeline.from_pretrained(
48
  add_watermarker=False,
49
  variant="fp16"
50
  )
51
- playground.to("cuda")
52
 
53
  @spaces.GPU
54
  def run_comparison(prompt: str,
 
48
  add_watermarker=False,
49
  variant="fp16"
50
  )
51
+ playground_pipe.to("cuda")
52
 
53
  @spaces.GPU
54
  def run_comparison(prompt: str,