CoolFace
Apppublic

adityabanerjee/voxcpm2-studio

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes
App README

VoxCPM2 Studio TTS

A ZeroGPU demo and API for OpenBMB/VoxCPM2, an Apache-2.0 multilingual text-to-speech model with 48 kHz output.

Features:

  • Multilingual text-to-speech
  • Natural-language voice design
  • Optional reference-audio voice cloning
  • Stable Gradio API endpoint: /tts
  • MCP server support for agent workflows

Do not use voice cloning to impersonate people, commit fraud, or create deceptive content. Clearly disclose AI-generated speech where appropriate.

Publish

bash
hf auth login
hf repos create YOUR_USERNAME/voxcpm2-studio \
  --type space --space-sdk gradio --flavor zero-a10g --public
hf upload YOUR_USERNAME/voxcpm2-studio ./hf_space_voxcpm2 \
  --repo-type space --exclude "**/__pycache__/**"

After the Space reaches RUNNING, configure the video generator:

dotenv
VOXCPM_SPACE_ID=YOUR_USERNAME/voxcpm2-studio
VOXCPM_SPACE_API_NAME=/tts