52Hz commited on
Commit
c323f83
1 Parent(s): 3b59ff7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from PIL import Image
4
 
5
 
6
  os.system(
7
- 'wget https://github.com/TentativeGitHub/SRMNet/releases/download/0.0/AWGN_denoising_SRMNet.pth -P experiments/pretrained_models')
8
 
9
 
10
  def inference(img):
 
4
 
5
 
6
  os.system(
7
+ 'wget https://github.com/TentativeGitHub/SRMNet/releases/download/0.0/real_denoising_SRMNet.pth -P experiments/pretrained_models')
8
 
9
 
10
  def inference(img):