Codecooker commited on
Commit
7bd532c
1 Parent(s): 5cb31ca
Files changed (1) hide show
  1. src/webui.py +2 -0
src/webui.py CHANGED
@@ -1,5 +1,7 @@
1
  import json
2
  import os
 
 
3
  import shutil
4
  import urllib.request
5
  import zipfile
 
1
  import json
2
  import os
3
+ os.system("pip install torchcrepe")
4
+ os.system("pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu")
5
  import shutil
6
  import urllib.request
7
  import zipfile