JatsTheAIGen's picture
Initial commit V1
66dbebd
Raw
History Blame
116 Bytes
"""
Simple launch script for HF Spaces deployment
"""
from main import main
if __name__ == "__main__":
main()