lafi23333 commited on
Commit
720b5c6
1 Parent(s): bcee762

Update webui.py

Browse files
Files changed (1) hide show
  1. webui.py +1 -1
webui.py CHANGED
@@ -27,7 +27,7 @@ import librosa
27
 
28
  net_g = None
29
 
30
- device = cpu
31
  if device == "mps":
32
  os.environ["PYTORCH_ENABLE_MPS_FALLBACK"] = "1"
33
 
 
27
 
28
  net_g = None
29
 
30
+ device = "cpu"
31
  if device == "mps":
32
  os.environ["PYTORCH_ENABLE_MPS_FALLBACK"] = "1"
33