Skip to content

z-institute/voice-clone

Repository files navigation

Voice Clone Example

  1. Go to https://replicate.com/cjwbw/openvoice?prediction=nv4z2r53f9rgj0cf6f9sssjfq4 and upload your own voice clip
  2. Create the .env file according to .env.example
  3. Run the following command
python app.py
python server.py
  1. Try to call the api
curl -X POST http://localhost:8800/generate_audio \
-H "Content-Type: application/json" \
-d '{"text": "哈哈哈~你在幹嘛"}'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published