--- title: VoiceCraft emoji: 📈 colorFrom: blue colorTo: red sdk: gradio sdk_version: 5.31.0 app_file: app.py pinned: false license: cc-by-nc-sa-4.0 short_description: Zero-Shot Speech Editing and Text-to-Speech in the Wild --- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference ```bash conda create -n voicecraft_gradio python=3.10.13 pip install -r requirements.txt ```