Spaces:
Runtime error
Runtime error
add missing install
Browse files
app.py
CHANGED
|
@@ -9,8 +9,8 @@
|
|
| 9 |
# ------------------------------------------------------------------------------
|
| 10 |
|
| 11 |
import os
|
| 12 |
-
|
| 13 |
-
|
| 14 |
|
| 15 |
import itertools
|
| 16 |
import json
|
|
|
|
| 9 |
# ------------------------------------------------------------------------------
|
| 10 |
|
| 11 |
import os
|
| 12 |
+
os.system("pip install git+https://github.com/NVlabs/ODISE.git")
|
| 13 |
+
os.system("pip freeze")
|
| 14 |
|
| 15 |
import itertools
|
| 16 |
import json
|