aliabd HF staff commited on
Commit
7075148
1 Parent(s): aef7213

Upload with huggingface_hub

Browse files
Files changed (4) hide show
  1. .DS_Store +0 -0
  2. README.md +7 -7
  3. app.py +1 -0
  4. examples/.DS_Store +0 -0
.DS_Store ADDED
Binary file (6.15 kB). View file
 
README.md CHANGED
@@ -1,12 +1,12 @@
 
1
  ---
2
- title: Depth Estimation
3
- emoji: 💻
4
- colorFrom: yellow
5
- colorTo: blue
6
  sdk: gradio
7
- sdk_version: 3.2
 
8
  app_file: app.py
9
  pinned: false
10
  ---
11
-
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
+
2
  ---
3
+ title: depth_estimation
4
+ emoji: 💩
5
+ colorFrom: indigo
6
+ colorTo: indigo
7
  sdk: gradio
8
+ sdk_version: 3.3
9
+
10
  app_file: app.py
11
  pinned: false
12
  ---
 
 
app.py CHANGED
@@ -1,4 +1,5 @@
1
  # URL: https://huggingface.co/spaces/radames/dpt-depth-estimation-3d-obj
 
2
  # imports
3
  import gradio as gr
4
  from transformers import DPTFeatureExtractor, DPTForDepthEstimation
 
1
  # URL: https://huggingface.co/spaces/radames/dpt-depth-estimation-3d-obj
2
+ # DESCRIPTION: A demo for predicting the depth of an image and generating a 3D model of it.
3
  # imports
4
  import gradio as gr
5
  from transformers import DPTFeatureExtractor, DPTForDepthEstimation
examples/.DS_Store ADDED
Binary file (6.15 kB). View file