Spaces:
Runtime error
Runtime error
File size: 499 Bytes
6709fc9 |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
"""
Global settings file for all the classes. Only inference.py can should write to here.
Other files can read from this file.
"""
device = 'cpu'
interfacegan_directions = 'editings/interfacegan_directions'
ganspace_directions = 'editings/ganspace_pca'
styleclip_settings = 'editings/styleclip_directions'
styleclip_mapper_directions = 'editings/styleclip_directions/styleclip_directions/mapper'
styleclip_global_directions = 'editings/styleclip_directions/styleclip_directions/global_directions'
|