sea45 commited on
Commit
acdfd97
1 Parent(s): 1d67878

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -5,9 +5,6 @@ from PIL import Image
5
  import requests
6
 
7
  def greet(name):
8
- from transformers import pipeline
9
- from PIL import Image
10
- import requests
11
 
12
  # load pipe
13
  pipe = pipeline(task="depth-estimation", model="LiheYoung/depth-anything-small-hf")
 
5
  import requests
6
 
7
  def greet(name):
 
 
 
8
 
9
  # load pipe
10
  pipe = pipeline(task="depth-estimation", model="LiheYoung/depth-anything-small-hf")