Spaces:
Sleeping
Sleeping
Hellisotherpeople
commited on
Commit
•
05559fa
1
Parent(s):
3176a93
Update app.py
Browse files
app.py
CHANGED
@@ -1,11 +1,6 @@
|
|
1 |
import subprocess
|
2 |
import sys
|
3 |
|
4 |
-
package = "./shap-0.40.0-cp38-cp38-linux_x86_64.whl"
|
5 |
-
|
6 |
-
subprocess.check_call(
|
7 |
-
[sys.executable, "-m", "pip", "install", package]
|
8 |
-
)
|
9 |
|
10 |
##Lines 1-8 are necessary because the normal requirements.txt path for installing a package from disk doesn't work on HF spaces, thank you to Omar Sanseviero for the help!
|
11 |
|
|
|
1 |
import subprocess
|
2 |
import sys
|
3 |
|
|
|
|
|
|
|
|
|
|
|
4 |
|
5 |
##Lines 1-8 are necessary because the normal requirements.txt path for installing a package from disk doesn't work on HF spaces, thank you to Omar Sanseviero for the help!
|
6 |
|