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()