Spaces:
Running
on
Zero
Running
on
Zero
add badges
Browse filesfix slider on resize
- app.py +9 -0
- requirements.txt +1 -1
app.py
CHANGED
@@ -78,6 +78,15 @@ class MarigoldDepthApp(DualVisionApp):
|
|
78 |
<a title="Github" href="https://github.com/prs-eth/marigold" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
|
79 |
<img src="https://img.shields.io/github/stars/prs-eth/marigold?label=GitHub%20%E2%98%85&logo=github&color=C8C" alt="badge-github-stars">
|
80 |
</a>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
81 |
<a title="Video Depth" href="https://huggingface.co/spaces/prs-eth/rollingdepth" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
|
82 |
<img src="https://img.shields.io/badge/%F0%9F%A4%97%20Video%20Depth%20-Demo-yellow" alt="videodepth">
|
83 |
</a>
|
|
|
78 |
<a title="Github" href="https://github.com/prs-eth/marigold" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
|
79 |
<img src="https://img.shields.io/github/stars/prs-eth/marigold?label=GitHub%20%E2%98%85&logo=github&color=C8C" alt="badge-github-stars">
|
80 |
</a>
|
81 |
+
<a title="Image Normals" href="https://huggingface.co/spaces/prs-eth/marigold-normals" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
|
82 |
+
<img src="https://img.shields.io/badge/%F0%9F%A4%97%20Image%20Normals%20-Demo-yellow" alt="imagedepth">
|
83 |
+
</a>
|
84 |
+
<a title="Image Intrinsics" href="https://huggingface.co/spaces/prs-eth/marigold-iid" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
|
85 |
+
<img src="https://img.shields.io/badge/%F0%9F%A4%97%20Image%20Intrinsics%20-Demo-yellow" alt="imagedepth">
|
86 |
+
</a>
|
87 |
+
<a title="LiDAR Depth" href="https://huggingface.co/spaces/prs-eth/marigold-dc" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
|
88 |
+
<img src="https://img.shields.io/badge/%F0%9F%A4%97%20LiDAR%20Depth%20-Demo-yellow" alt="imagedepth">
|
89 |
+
</a>
|
90 |
<a title="Video Depth" href="https://huggingface.co/spaces/prs-eth/rollingdepth" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
|
91 |
<img src="https://img.shields.io/badge/%F0%9F%A4%97%20Video%20Depth%20-Demo-yellow" alt="videodepth">
|
92 |
</a>
|
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
diffusers>=0.32.2
|
2 |
-
git+https://github.com/toshas/gradio-dualvision.git@
|
3 |
accelerate
|
4 |
huggingface_hub
|
5 |
scipy
|
|
|
1 |
diffusers>=0.32.2
|
2 |
+
git+https://github.com/toshas/gradio-dualvision.git@157001c
|
3 |
accelerate
|
4 |
huggingface_hub
|
5 |
scipy
|