Spaces:
Sleeping
Sleeping
Added config.yaml
Browse files- config.yaml +21 -0
config.yaml
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
AudioCraft:
|
2 |
+
# MusicGen
|
3 |
+
ttm_model_size: small # [small, medium, large]
|
4 |
+
# AudioGen
|
5 |
+
tta_model_size: medium # [medium]
|
6 |
+
|
7 |
+
Text-to-Speech:
|
8 |
+
# Bark
|
9 |
+
speed: 1.05
|
10 |
+
|
11 |
+
Speech-Restoration:
|
12 |
+
# VoiceFixer
|
13 |
+
Enable: True
|
14 |
+
|
15 |
+
Voice-Parser:
|
16 |
+
# HuBERT
|
17 |
+
device: 'cpu'
|
18 |
+
|
19 |
+
Service-Port: 5000
|
20 |
+
|
21 |
+
OpenAI-Key: ''
|