Spaces:
Runtime error
Runtime error
add pip freeze for debug
Browse files
app.py
CHANGED
@@ -11,6 +11,7 @@
|
|
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 |
|
16 |
import itertools
|
|
|
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
|