fffiloni commited on
Commit
ed63de9
1 Parent(s): 60a118f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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,