Spaces:
Runtime error
Runtime error
File size: 216 Bytes
b87b512 |
1 2 3 4 5 6 7 8 9 10 11 12 |
def loss_fn(images):
return -images.median() / 3
concept_styles = {
"Allante": "allante.bin",
"XYZ": "xyz.bin",
"Moebius": "moebius.bin",
"Oil Style": "oil_style",
"Polygons": "poly.bin",
}
|