Spaces:
Sleeping
Sleeping
Update utils.py
Browse files
utils.py
CHANGED
@@ -34,7 +34,7 @@ class make_im():
|
|
34 |
randvar = random.randint(2,10)
|
35 |
self.mask = GaussianBlobMask(img_size).get_mask(randvar)
|
36 |
self.epwtpath = EPWTPath(self.mask).get_path()
|
37 |
-
|
38 |
|
39 |
if not os.path.isdir(f"./images"):
|
40 |
os.mkdir(f'./images')
|
|
|
34 |
randvar = random.randint(2,10)
|
35 |
self.mask = GaussianBlobMask(img_size).get_mask(randvar)
|
36 |
self.epwtpath = EPWTPath(self.mask).get_path()
|
37 |
+
self.ppath = ProbabilisticPath(self.mask).get_path()
|
38 |
|
39 |
if not os.path.isdir(f"./images"):
|
40 |
os.mkdir(f'./images')
|