sitammeur commited on
Commit
f58a156
·
verified ·
1 Parent(s): 96e60c8

Update depth_estimation.py

Browse files
Files changed (1) hide show
  1. 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