52Hz commited on
Commit
c554fde
·
1 Parent(s): 758b7c6

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/FanChiMao/SRMNet/releases/download/0.0/AWGN_denoising_SRMNet.pth -P experiments/pretrained_models')
8
 
9
 
10
  def inference(img):