Update app.py
Browse files
app.py
CHANGED
@@ -29,14 +29,8 @@ ZoeDepth is a deep learning model for metric depth estimation from a single imag
|
|
29 |
Please refer to our [paper](https://arxiv.org/abs/2302.12288) or [github](https://github.com/isl-org/ZoeDepth) for more details."""
|
30 |
|
31 |
with gr.Blocks(css=css) as demo:
|
32 |
-
gr.Markdown(title)
|
33 |
-
gr.Markdown(description)
|
34 |
-
with gr.Tab("Depth Prediction"):
|
35 |
-
create_depth_pred_demo(model)
|
36 |
with gr.Tab("Image to 3D"):
|
37 |
create_im_to_3d_demo(model)
|
38 |
-
with gr.Tab("360 Panorama to 3D"):
|
39 |
-
create_pano_to_3d_demo(model)
|
40 |
|
41 |
gr.HTML('''<br><br><br><center>You can duplicate this Space to skip the queue:<a href="https://huggingface.co/spaces/shariqfarooq/ZoeDepth?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a><br>
|
42 |
<p><img src="https://visitor-badge.glitch.me/badge?page_id=shariqfarooq.zoedepth_demo_hf" alt="visitors"></p></center>''')
|
|
|
29 |
Please refer to our [paper](https://arxiv.org/abs/2302.12288) or [github](https://github.com/isl-org/ZoeDepth) for more details."""
|
30 |
|
31 |
with gr.Blocks(css=css) as demo:
|
|
|
|
|
|
|
|
|
32 |
with gr.Tab("Image to 3D"):
|
33 |
create_im_to_3d_demo(model)
|
|
|
|
|
34 |
|
35 |
gr.HTML('''<br><br><br><center>You can duplicate this Space to skip the queue:<a href="https://huggingface.co/spaces/shariqfarooq/ZoeDepth?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a><br>
|
36 |
<p><img src="https://visitor-badge.glitch.me/badge?page_id=shariqfarooq.zoedepth_demo_hf" alt="visitors"></p></center>''')
|