Spaces:
Runtime error
Runtime error
besarismaili
commited on
Commit
•
0694a72
1
Parent(s):
4b82956
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import torch
|
|
4 |
import numpy as np
|
5 |
from PIL import Image
|
6 |
import os
|
7 |
-
import cv2
|
8 |
|
9 |
feature_extractor = DPTFeatureExtractor.from_pretrained("Intel/dpt-large")
|
10 |
model = DPTForDepthEstimation.from_pretrained("Intel/dpt-large")
|
|
|
4 |
import numpy as np
|
5 |
from PIL import Image
|
6 |
import os
|
7 |
+
#import cv2
|
8 |
|
9 |
feature_extractor = DPTFeatureExtractor.from_pretrained("Intel/dpt-large")
|
10 |
model = DPTForDepthEstimation.from_pretrained("Intel/dpt-large")
|