Spaces:
Runtime error
Runtime error
move freeze below install
Browse files
app.py
CHANGED
|
@@ -11,8 +11,8 @@
|
|
| 11 |
import os
|
| 12 |
# token = os.environ["GITHUB_TOKEN"]
|
| 13 |
# os.system(f"pip install git+https://xvjiarui:{token}@github.com/xvjiarui/ODISE_NV.git")
|
| 14 |
-
os.system("pip freeze")
|
| 15 |
os.system("pip install git+https://github.com/NVlabs/ODISE.git")
|
|
|
|
| 16 |
|
| 17 |
import itertools
|
| 18 |
import json
|
|
|
|
| 11 |
import os
|
| 12 |
# token = os.environ["GITHUB_TOKEN"]
|
| 13 |
# os.system(f"pip install git+https://xvjiarui:{token}@github.com/xvjiarui/ODISE_NV.git")
|
|
|
|
| 14 |
os.system("pip install git+https://github.com/NVlabs/ODISE.git")
|
| 15 |
+
os.system("pip freeze")
|
| 16 |
|
| 17 |
import itertools
|
| 18 |
import json
|