Sprt98 commited on
Commit
34fb170
·
verified ·
1 Parent(s): 90bf22b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ import librosa
31
 
32
  net_g = None
33
 
34
- device = config.webui_config.device
35
  if device == "mps":
36
  os.environ["PYTORCH_ENABLE_MPS_FALLBACK"] = "1"
37
 
 
31
 
32
  net_g = None
33
 
34
+ device = 'cpu'
35
  if device == "mps":
36
  os.environ["PYTORCH_ENABLE_MPS_FALLBACK"] = "1"
37