DreamBooth-Training-UI / constants.py
thuanz123's picture
Upload 14 files
2815e7c
raw
history blame contribute delete
133 Bytes
import enum
class UploadTarget(enum.Enum):
PERSONAL_PROFILE = 'Personal Profile'
DREAMBOOTH_LIBRARY = 'DreamBooth Library'