Update config.yml
Browse files- config.yml +3 -3
config.yml
CHANGED
@@ -24,10 +24,10 @@ resample:
|
|
24 |
out_dir: audios/wavs
|
25 |
sampling_rate: 44100
|
26 |
server:
|
27 |
-
device:
|
28 |
models:
|
29 |
- config: ''
|
30 |
-
device:
|
31 |
language: ZH
|
32 |
model: ''
|
33 |
speakers:
|
@@ -74,7 +74,7 @@ translate:
|
|
74 |
webui:
|
75 |
config_path: config.json
|
76 |
debug: false
|
77 |
-
device:
|
78 |
language_identification_library: langid
|
79 |
model: models\G_9000.pth
|
80 |
port: 7860
|
|
|
24 |
out_dir: audios/wavs
|
25 |
sampling_rate: 44100
|
26 |
server:
|
27 |
+
device: cpu
|
28 |
models:
|
29 |
- config: ''
|
30 |
+
device: cpu
|
31 |
language: ZH
|
32 |
model: ''
|
33 |
speakers:
|
|
|
74 |
webui:
|
75 |
config_path: config.json
|
76 |
debug: false
|
77 |
+
device: cpu
|
78 |
language_identification_library: langid
|
79 |
model: models\G_9000.pth
|
80 |
port: 7860
|