Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,6 +11,7 @@ os.system("pip3 install torch")
|
|
| 11 |
os.system("pip3 install collections")
|
| 12 |
os.system("pip3 install torchvision")
|
| 13 |
os.system("pip3 install einops")
|
|
|
|
| 14 |
os.system("pip3 install git+https://github.com/lucasb-eyer/pydensecrf.git")
|
| 15 |
#os.system("pip install argparse")
|
| 16 |
import pydensecrf.densecrf as dcrf
|
|
|
|
| 11 |
os.system("pip3 install collections")
|
| 12 |
os.system("pip3 install torchvision")
|
| 13 |
os.system("pip3 install einops")
|
| 14 |
+
aaaa=0
|
| 15 |
os.system("pip3 install git+https://github.com/lucasb-eyer/pydensecrf.git")
|
| 16 |
#os.system("pip install argparse")
|
| 17 |
import pydensecrf.densecrf as dcrf
|