Files
ACE-Step/ui/auth.py
T
2025-04-03 12:25:30 +08:00

4 lines
130 B
Python

def same_auth(username, password):
return username == "timedomain_text2music_team" and password == "TimeDomain_ACEFlow_DEMO"