IanNathaniel commited on
Commit
2725ece
1 Parent(s): f9abe5d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -37,10 +37,6 @@ def lowlight(image):
37
 
38
  end_time = (time.time() - start)
39
  print(end_time)
40
-
41
-
42
- if not os.path.exists(image_path.replace('/'+image_path.split("/")[-1],'')):
43
- os.makedirs(image_path.replace('/'+image_path.split("/")[-1],''))
44
 
45
  torchvision.utils.save_image(enhanced_image, f'01.png')
46
 
 
37
 
38
  end_time = (time.time() - start)
39
  print(end_time)
 
 
 
 
40
 
41
  torchvision.utils.save_image(enhanced_image, f'01.png')
42