Update app.py
Browse files
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")
|