JUGGHM commited on
Commit
4b42627
1 Parent(s): 849408f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import os
6
  import os.path as osp
7
 
8
  import sys
9
- CODE_SPACE=os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
10
 
11
  try:
12
  from mmcv.utils import Config, DictAction
 
6
  import os.path as osp
7
 
8
  import sys
9
+ CODE_SPACE=os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
10
 
11
  try:
12
  from mmcv.utils import Config, DictAction