Skip to content

Commit

Permalink
Update ImageGoNord/GoNord.py
Browse files Browse the repository at this point in the history
Co-authored-by: GabrielePuliti <12409541+Wabri@users.noreply.github.com>
  • Loading branch information
TheJoin95 and Wabri authored Apr 16, 2024
1 parent d341508 commit 053c1ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ImageGoNord/GoNord.py
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ def convert_image(self, image, save_path='', use_model=False, use_model_cpu=Fals
for t in threads:
t.join(timeout=30)

if (self.USE_GAUSSIAN_BLUR == True):
if self.USE_GAUSSIAN_BLUR:
image = image.filter(ImageFilter.GaussianBlur(1))

if (save_path != ''):
Expand Down

0 comments on commit 053c1ec

Please sign in to comment.