Spaces:
Running
Running
File size: 348 Bytes
53b664a 3075679 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
---
title: VoiceCraft
emoji: 📈
colorFrom: blue
colorTo: red
sdk: gradio
sdk_version: 4.25.0
app_file: app.py
pinned: false
license: cc-by-nc-sa-4.0
---
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
``` |