52Hz commited on
Commit
5422deb
1 Parent(s): a2144e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ def inference(img):
15
  img = img.resize((basewidth, hsize), Image.BILINEAR)
16
  img.save("test/1.png", "PNG")
17
  os.system(
18
- 'python main_test_CMFNet.py --input_dir test --weights experiments/pretrained_models/deraindrop_model.pth')
19
  return 'results/1.png'
20
 
21
 
15
  img = img.resize((basewidth, hsize), Image.BILINEAR)
16
  img.save("test/1.png", "PNG")
17
  os.system(
18
+ 'python main_test_CMFNet.py --input_dir test --weights experiments/pretrained_models/deraindrop_DeRainDrop_CMFNet.pth')
19
  return 'results/1.png'
20
 
21