52Hz commited on
Commit
1f1dd59
1 Parent(s): 84f440e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from PIL import Image
5
 
6
  os.system(
7
  'wget https://github.com/FanChiMao/SUNet/releases/download/0.0/AWGN_denoising_SUNet.pth -P experiments/pretrained_models')
8
-
9
 
10
  def inference(img):
11
  os.system('mkdir test')
 
5
 
6
  os.system(
7
  'wget https://github.com/FanChiMao/SUNet/releases/download/0.0/AWGN_denoising_SUNet.pth -P experiments/pretrained_models')
8
+ ##
9
 
10
  def inference(img):
11
  os.system('mkdir test')