Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,6 +7,7 @@ import subprocess
|
|
| 7 |
import shlex
|
| 8 |
import torch
|
| 9 |
|
|
|
|
| 10 |
os.system("git clone https://github.com/Visual-AI/vCLR.git && cd vCLR && rm -f requirements.txt && cd ..")
|
| 11 |
subprocess.run(
|
| 12 |
shlex.split(
|
|
|
|
| 7 |
import shlex
|
| 8 |
import torch
|
| 9 |
|
| 10 |
+
os.system("pip install git+https://github.com/facebookresearch/detectron2.git")
|
| 11 |
os.system("git clone https://github.com/Visual-AI/vCLR.git && cd vCLR && rm -f requirements.txt && cd ..")
|
| 12 |
subprocess.run(
|
| 13 |
shlex.split(
|