crytion commited on
Commit
e18e991
โ€ข
1 Parent(s): e787eb8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ main.py
26
 
27
  def mainTest(inputpath, outpath):
28
  watermark = deep_nude_process(inputpath)
29
- cv2.imwrite(outpath, watermark)
30
  return watermark
31
  #
32
 
 
26
 
27
  def mainTest(inputpath, outpath):
28
  watermark = deep_nude_process(inputpath)
29
+ #cv2.imwrite(outpath, watermark)
30
  return watermark
31
  #
32