Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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/
|
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)"
|