Spaces:
Build error
Build error
Commit
·
353c206
1
Parent(s):
25b30ea
old version packaging
Browse files
app.py
CHANGED
|
@@ -13,7 +13,7 @@ import warnings
|
|
| 13 |
|
| 14 |
import torch
|
| 15 |
|
| 16 |
-
os.system("pip install packaging==21.
|
| 17 |
os.system("python setup.py build develop --user")
|
| 18 |
warnings.filterwarnings("ignore")
|
| 19 |
|
|
|
|
| 13 |
|
| 14 |
import torch
|
| 15 |
|
| 16 |
+
os.system("pip install packaging==21.0")
|
| 17 |
os.system("python setup.py build develop --user")
|
| 18 |
warnings.filterwarnings("ignore")
|
| 19 |
|