Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
<h1 align="center">Web UI for Depth-Pro</h1>
|
2 |
|
3 |
<p align="center">
|
@@ -64,4 +74,4 @@ This project is licensed under the Apple License. See the [LICENSE](LICENSE) fil
|
|
64 |
## π Acknowledgments
|
65 |
|
66 |
- [Gradio](https://www.gradio.app/) for providing an easy interface for machine learning models.
|
67 |
-
- [Depth Pro](https://github.com/apple/ml-depth-pro.git) for enabling sharp monocular metric depth estimation in less than a second.
|
|
|
1 |
+
---
|
2 |
+
title: depth-pro
|
3 |
+
sdk: gradio
|
4 |
+
emoji: π
|
5 |
+
colorFrom: yellow
|
6 |
+
colorTo: yellow
|
7 |
+
pinned: false
|
8 |
+
app_file: app.py
|
9 |
+
short_description: web ui for depth-pro
|
10 |
+
---
|
11 |
<h1 align="center">Web UI for Depth-Pro</h1>
|
12 |
|
13 |
<p align="center">
|
|
|
74 |
## π Acknowledgments
|
75 |
|
76 |
- [Gradio](https://www.gradio.app/) for providing an easy interface for machine learning models.
|
77 |
+
- [Depth Pro](https://github.com/apple/ml-depth-pro.git) for enabling sharp monocular metric depth estimation in less than a second.
|