Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ from PIL import Image
|
|
4 |
|
5 |
|
6 |
os.system(
|
7 |
-
'wget https://github.com/
|
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):
|