nick_93 commited on
Commit
5cc1836
1 Parent(s): 311c16e
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import sys
3
 
4
  sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), 'depth')))
5
  sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), 'stable-diffusion')))
6
- os.chdir(depth_directory)
7
 
8
  import cv2
9
  import numpy as np
 
3
 
4
  sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), 'depth')))
5
  sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), 'stable-diffusion')))
6
+ os.chdir(os.path.abspath(os.path.join(os.path.dirname(__file__), 'depth')))
7
 
8
  import cv2
9
  import numpy as np