Spaces:
Sleeping
Sleeping
add daynight
Browse files
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 |
|