52Hz commited on
Commit
3aa04f0
·
1 Parent(s): 5f5224a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ def inference(img):
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/out.png'
20
 
21
 
22
  title = "Compound Multi-branch Feature Fusion (Deraindrop)"
 
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
 
22
  title = "Compound Multi-branch Feature Fusion (Deraindrop)"