Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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])
|