Update depth_estimation.py
Browse files- depth_estimation.py +2 -0
depth_estimation.py
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
# Importing the requirements
|
2 |
import numpy as np
|
3 |
from PIL import Image
|
|
|
|
|
4 |
import torch
|
5 |
from transformers import DPTImageProcessor, DPTForDepthEstimation
|
6 |
|
|
|
1 |
# Importing the requirements
|
2 |
import numpy as np
|
3 |
from PIL import Image
|
4 |
+
|
5 |
+
import gradio as gr
|
6 |
import torch
|
7 |
from transformers import DPTImageProcessor, DPTForDepthEstimation
|
8 |
|