Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -23,6 +23,7 @@ device = "GPU 🔥" if torch.cuda.is_available() else "CPU 🥶"
|
|
| 23 |
if torch.cuda.is_available():
|
| 24 |
pipe = pipe.to("cuda")
|
| 25 |
|
|
|
|
| 26 |
def pix2pix(
|
| 27 |
prompt,
|
| 28 |
image,
|
|
|
|
| 23 |
if torch.cuda.is_available():
|
| 24 |
pipe = pipe.to("cuda")
|
| 25 |
|
| 26 |
+
|
| 27 |
def pix2pix(
|
| 28 |
prompt,
|
| 29 |
image,
|