adpro commited on
Commit
b098c95
·
verified ·
1 Parent(s): 3b1c0bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ async def analyze_path(file: UploadFile = File(...)):
50
  start_detect_time = time.time()
51
  command = detect_path(depth_map)
52
  end_detect_time = time.time()
53
- print(f"⏳ detect_path() xử lý trong {end_detect_time - start_detect_time:.4f} giây")
54
 
55
  return {"command": command}
56
 
 
50
  start_detect_time = time.time()
51
  command = detect_path(depth_map)
52
  end_detect_time = time.time()
53
+ print(f"⏳ detect_path() xử lý trong {end_detect_time - start_detect_time:.4f} giây Lệnh: {command}")
54
 
55
  return {"command": command}
56