Spaces:
Running
Running
Commit
·
25b30ea
1
Parent(s):
3f75218
add packaging
Browse files
app.py
CHANGED
@@ -13,6 +13,7 @@ import warnings
|
|
13 |
|
14 |
import torch
|
15 |
|
|
|
16 |
os.system("python setup.py build develop --user")
|
17 |
warnings.filterwarnings("ignore")
|
18 |
|
|
|
13 |
|
14 |
import torch
|
15 |
|
16 |
+
os.system("pip install packaging==21.3")
|
17 |
os.system("python setup.py build develop --user")
|
18 |
warnings.filterwarnings("ignore")
|
19 |
|