freyza commited on
Commit
1b5573d
1 Parent(s): 4911343

Update src/rvc.py

Browse files
Files changed (1) hide show
  1. 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("No supported N-card found, use CPU for inference")
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