Spaces:
Runtime error
Runtime error
fixed path
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
import os
|
3 |
import sys
|
4 |
os.system("git clone https://github.com/NVlabs/GroupViT")
|
5 |
-
|
6 |
|
7 |
import os.path as osp
|
8 |
from collections import namedtuple
|
|
|
2 |
import os
|
3 |
import sys
|
4 |
os.system("git clone https://github.com/NVlabs/GroupViT")
|
5 |
+
os.chdir('GroupViT')
|
6 |
|
7 |
import os.path as osp
|
8 |
from collections import namedtuple
|