plutosss commited on
Commit
75fd403
·
verified ·
1 Parent(s): 560eba9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -371,7 +371,6 @@ def process_line(input_files):
371
  try:
372
  for img_path in input_files:
373
  img_path = img_path.name # 获取文件路径
374
-
375
  # 调用处理函数
376
  depth_anything(img_path, "depth_anything_output.jpg") # 直接指定输出文件名
377
  teed_imgs(img_path, "teed_imgs_output.jpg", [1, 7, 2])
 
371
  try:
372
  for img_path in input_files:
373
  img_path = img_path.name # 获取文件路径
 
374
  # 调用处理函数
375
  depth_anything(img_path, "depth_anything_output.jpg") # 直接指定输出文件名
376
  teed_imgs(img_path, "teed_imgs_output.jpg", [1, 7, 2])