mirror of
https://github.com/w-okada/voice-changer.git
synced 2025-01-27 21:41:41 +03:00
d5561c2212
- Add Crepe Full/Tiny (onnx) - remove test connect for local Refactor: - RVC: comment out module importer
11 lines
359 B
HTML
11 lines
359 B
HTML
<!DOCTYPE html>
|
|
<html style="width: 100%; height: 100%; overflow: hidden">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Voice Changer Client Demo</title>
|
|
<script defer src="index.js"></script></head>
|
|
<body style="width: 100%; height: 100%; margin: 0px">
|
|
<div id="app" style="width: 100%; height: 100%"></div>
|
|
</body>
|
|
</html>
|