Merge branch 'dev' of github.com:w-okada/voice-changer into dev

This commit is contained in:
wataru 2022-12-11 05:26:40 +09:00
commit 119da35394

View File

@ -152,7 +152,11 @@
"!pip install uvicorn &> /dev/null\n",
"!pip install websockets &> /dev/null\n",
"!pip install pyOpenSSL &> /dev/null\n",
"!pip install pyopenjtalk==0.2.0 &> /dev/null\n"
"!pip install pyopenjtalk==0.2.0 &> /dev/null\n",
"\n",
"%cd MMVC_Trainer/monotonic_align/\n",
"!python setup.py build_ext --inplace\n",
"%cd ../../"
],
"metadata": {
"id": "LwZAAuqxX7yY"
@ -290,4 +294,4 @@
]
}
]
}
}