Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ from PIL import Image
|
|
4 |
import torch
|
5 |
|
6 |
os.system(
|
7 |
-
'wget https://github.com/
|
8 |
|
9 |
|
10 |
def inference(img):
|
|
|
4 |
import torch
|
5 |
|
6 |
os.system(
|
7 |
+
'wget https://github.com/FanChiMao/CMFNet/releases/download/v0.0/deraindrop_DeRainDrop_CMFNet.pth -P experiments/pretrained_models')
|
8 |
|
9 |
|
10 |
def inference(img):
|