Spaces:
Runtime error
Runtime error
Update src/rvc.py
Browse files- src/rvc.py +1 -1
src/rvc.py
CHANGED
|
@@ -82,7 +82,7 @@ class Config:
|
|
| 82 |
else:
|
| 83 |
print("No supported N-card found, use CPU for inference")
|
| 84 |
self.device = "cpu"
|
| 85 |
-
self.is_half =
|
| 86 |
use_fp32_config() # cpu config
|
| 87 |
|
| 88 |
if self.n_cpu == 0:
|
|
|
|
| 82 |
else:
|
| 83 |
print("No supported N-card found, use CPU for inference")
|
| 84 |
self.device = "cpu"
|
| 85 |
+
self.is_half = False
|
| 86 |
use_fp32_config() # cpu config
|
| 87 |
|
| 88 |
if self.n_cpu == 0:
|