plutosss commited on
Commit
c782a74
·
verified ·
1 Parent(s): 3b1af3a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -23,6 +23,9 @@ from depthAnything.depth_anything.dpt import DepthAnything
23
  from depthAnything.depth_anything.util.transform import Resize, NormalizeImage, PrepareForNet
24
  import shutil
25
 
 
 
 
26
 
27
  def multiply_blend(image1, image2):
28
  # 将图片转换为浮点数,方便计算
 
23
  from depthAnything.depth_anything.util.transform import Resize, NormalizeImage, PrepareForNet
24
  import shutil
25
 
26
+ import sys
27
+ print(sys.path)
28
+
29
 
30
  def multiply_blend(image1, image2):
31
  # 将图片转换为浮点数,方便计算