lipsync / venv /bin /numba
marcosremar2's picture
Final deployment: working server with model download fix
5fe98b2
raw
history blame contribute delete
296 Bytes
#!/Users/marcos/Documents/projects/parle/avataronly/avatar_v10/avatar2b/backend/servers/allosaurus/lipsync/venv/bin/python3.12
# -*- coding: UTF-8 -*-
from __future__ import print_function, division, absolute_import
from numba.misc.numba_entry import main
if __name__ == "__main__":
main()