mirror of
https://github.com/Deepshift/DeepCreamPy.git
synced 2024-11-29 05:10:43 +00:00
Removing redundant braces
This commit is contained in:
parent
94255502d9
commit
90f41e31a2
@ -8,7 +8,7 @@ import config
|
|||||||
from libs.pconv_hybrid_model import PConvUnet
|
from libs.pconv_hybrid_model import PConvUnet
|
||||||
from libs.flood_fill import find_regions, expand_bounding
|
from libs.flood_fill import find_regions, expand_bounding
|
||||||
|
|
||||||
class Decensor():
|
class Decensor:
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.args = config.get_args()
|
self.args = config.get_args()
|
||||||
@ -181,4 +181,4 @@ class Decensor():
|
|||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
decensor = Decensor()
|
decensor = Decensor()
|
||||||
decensor.decensor_all_images_in_folder()
|
decensor.decensor_all_images_in_folder()
|
||||||
|
Loading…
Reference in New Issue
Block a user