Spaces:
Sleeping
Sleeping
Yjiggfghhjnjj
commited on
Commit
•
d8e7f41
1
Parent(s):
14a9763
Update app.py
Browse files
app.py
CHANGED
@@ -48,7 +48,7 @@ playground_pipe = DiffusionPipeline.from_pretrained(
|
|
48 |
add_watermarker=False,
|
49 |
variant="fp16"
|
50 |
)
|
51 |
-
|
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,
|