Tune-A-Video-inference / constants.py
hysts's picture
hysts HF staff
Duplicate from Tune-A-Video-library/Tune-A-Video-Training-UI
fff06c1
raw
history blame
240 Bytes
import enum
class UploadTarget(enum.Enum):
PERSONAL_PROFILE = 'Personal Profile'
MODEL_LIBRARY = 'Tune-A-Video Library'
MODEL_LIBRARY_ORG_NAME = 'Tune-A-Video-library'
SAMPLE_MODEL_REPO = 'Tune-A-Video-library/a-man-is-surfing'