zino36 commited on
Commit
bf3f489
·
verified ·
1 Parent(s): 0578343

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ filepath = hf_hub_download(repo_id="depth-anything/Depth-Anything-V2-Metric-Indo
55
  #model.load_state_dict(state_dict)
56
  #model = model.to(DEVICE).eval()
57
 
58
- pipe = pipeline(task="depth-estimation", model="depth-anything/Depth-Anything-V2-Metric-Indoor-Large-hf")
59
 
60
  title = "# Depth Anything V2"
61
  description = """Official demo for **Depth Anything V2**.
 
55
  #model.load_state_dict(state_dict)
56
  #model = model.to(DEVICE).eval()
57
 
58
+ pipe = pipeline(task="depth-estimation", model="depth-anything/Depth-Anything-V2-Metric-Indoor-Large-hf", device=DEVICE )
59
 
60
  title = "# Depth Anything V2"
61
  description = """Official demo for **Depth Anything V2**.