Spaces:
Paused
Paused
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Amphion's Vevo - Voice Conversion & TTS
|
2 |
|
3 |
This is a Gradio web interface for the Vevo voice conversion model from the Amphion toolkit. It supports:
|
@@ -31,4 +42,4 @@ The application uses the following models from Hugging Face:
|
|
31 |
## Technical Requirements
|
32 |
|
33 |
- Python 3.8+
|
34 |
-
- CUDA-capable GPU recommended for faster inference
|
|
|
1 |
+
---
|
2 |
+
title: Voice Conversion
|
3 |
+
emoji: 🎤
|
4 |
+
colorFrom: indigo
|
5 |
+
colorTo: purple
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: 4.8.0
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
+
|
12 |
# Amphion's Vevo - Voice Conversion & TTS
|
13 |
|
14 |
This is a Gradio web interface for the Vevo voice conversion model from the Amphion toolkit. It supports:
|
|
|
42 |
## Technical Requirements
|
43 |
|
44 |
- Python 3.8+
|
45 |
+
- CUDA-capable GPU recommended for faster inference
|