waleko commited on
Commit
dd6e157
·
1 Parent(s): 1121140

add daynight

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -54,6 +54,12 @@ MODELS = [
54
  "id": "cezanne2photo",
55
  "model_path": "waleko/cyclegan",
56
  "description": "Convert between Cezanne's painting style and photographs"
 
 
 
 
 
 
57
  }
58
  ]
59
 
 
54
  "id": "cezanne2photo",
55
  "model_path": "waleko/cyclegan",
56
  "description": "Convert between Cezanne's painting style and photographs"
57
+ },
58
+ {
59
+ "name": "Day ↔ Night",
60
+ "id": "day2night",
61
+ "model_path": "waleko/cyclegan-day_night",
62
+ "description": "Convert between day and night cityscapes"
63
  }
64
  ]
65