Spaces:
Sleeping
Sleeping
Update src/rvc.py
Browse files- src/rvc.py +1 -1
src/rvc.py
CHANGED
@@ -80,7 +80,7 @@ class Config:
|
|
80 |
print("No supported N-card found, use MPS for inference")
|
81 |
self.device = "mps"
|
82 |
else:
|
83 |
-
print("
|
84 |
self.device = "cpu"
|
85 |
self.is_half = False
|
86 |
use_fp32_config() # cpu config
|
|
|
80 |
print("No supported N-card found, use MPS for inference")
|
81 |
self.device = "mps"
|
82 |
else:
|
83 |
+
print("Device CPU process will take a long time")
|
84 |
self.device = "cpu"
|
85 |
self.is_half = False
|
86 |
use_fp32_config() # cpu config
|