Spaces:
Build error
Build error
Commit
·
695636d
1
Parent(s):
353c206
21.3 packing
Browse files
app.py
CHANGED
|
@@ -13,8 +13,8 @@ import warnings
|
|
| 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 |
|
| 20 |
|
|
|
|
| 13 |
|
| 14 |
import torch
|
| 15 |
|
|
|
|
| 16 |
os.system("python setup.py build develop --user")
|
| 17 |
+
os.system("pip install packaging==21.3")
|
| 18 |
warnings.filterwarnings("ignore")
|
| 19 |
|
| 20 |
|