tsqn commited on
Commit
b8ee58d
1 Parent(s): 64c7917

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ device = "GPU 🔥" if torch.cuda.is_available() else "CPU 🥶"
21
  if torch.cuda.is_available():
22
  pipe = pipe.to("cuda")
23
 
24
- @spaces.GPU(duration=62)
25
  def pix2pix(
26
  input_image: Image.Image,
27
  instruction: str,
 
21
  if torch.cuda.is_available():
22
  pipe = pipe.to("cuda")
23
 
24
+ @spaces.GPU(duration=120)
25
  def pix2pix(
26
  input_image: Image.Image,
27
  instruction: str,