hengjie yang
Initial commit: Voice Clone App with Gradio interface
9580089
raw
history blame contribute delete
230 Bytes
#!/Users/yangdajing/Desktop/voice_clone_app/.venv/bin/python
# -*- coding: UTF-8 -*-
from __future__ import print_function, division, absolute_import
from numba.misc.numba_entry import main
if __name__ == "__main__":
main()