Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
import os
|
| 2 |
import os
|
| 3 |
-
os.system('pip install "detectron2@git+https://github.com/facebookresearch/detectron2.git@
|
| 4 |
|
| 5 |
import io
|
| 6 |
import pandas as pd
|
|
|
|
| 1 |
import os
|
| 2 |
import os
|
| 3 |
+
os.system('pip install "detectron2@git+https://github.com/facebookresearch/detectron2.git@v0.5#egg=detectron2"')
|
| 4 |
|
| 5 |
import io
|
| 6 |
import pandas as pd
|