craftgamesnetwork commited on
Commit
12bbcdf
·
verified ·
1 Parent(s): 2c34318

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -60,8 +60,8 @@ def generate(
60
  use_img2img: bool = False,
61
  use_inpainting: bool = False,
62
  url = '',
63
- img_url = '',
64
- mask_url = '',
65
  ):
66
  if torch.cuda.is_available():
67
 
 
60
  use_img2img: bool = False,
61
  use_inpainting: bool = False,
62
  url = '',
63
+ img_url = 'https://replicate.delivery/pbxt/JF3foGR90vm9BXSEXNaYkaeVKHYbJPinmpbMFvRtlDpH4MMk/out-0-1.png',
64
+ mask_url = 'https://replicate.delivery/pbxt/JFIZFfJsSnWgxbTmEYLqhHIGdZo9o2BX3p47wSdn55HWtMON/mask1.png',
65
  ):
66
  if torch.cuda.is_available():
67