haodongli commited on
Commit
9dd8da5
·
verified ·
1 Parent(s): 11636c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -19
app.py CHANGED
@@ -107,26 +107,15 @@ demo = gr.Interface(
107
  fn=fn,
108
  title="DA<sup>2</sup>: <u>D</u>epth <u>A</u>nything in <u>A</u>ny <u>D</u>irection",
109
  description="""
110
- <p align="center">
111
- <a title="Project Page" href="https://depth-any-in-any-dir.github.io/" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
112
- <img src="https://img.shields.io/badge/Project-Website-pink?logo=googlechrome&logoColor=white">
113
- </a>
114
- <a title="arXiv" href="http://arxiv.org/abs/2509.26618" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
115
- <img src="https://img.shields.io/badge/arXiv-Paper-b31b1b?logo=arxiv&logoColor=white">
116
- </a>
117
- <a title="Github" href="https://github.com/EnVision-Research/DA-2" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
118
- <img src="https://img.shields.io/github/stars/EnVision-Research/DA-2?label=GitHub%20%E2%98%85&logo=github&color=C8C" alt="badge-github-stars">
119
- </a>
120
- <a title="Social" href="https://x.com/_akhaliq/status/1973283687652606411" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
121
- <img src="https://www.obukhov.ai/img/badges/badge-social.svg" alt="social">
122
- </a>
123
- <a title="Social" href="https://x.com/haodongli00/status/1973287870317338747" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
124
- <img src="https://www.obukhov.ai/img/badges/badge-social.svg" alt="social">
125
- </a>
126
- <br>
127
  <strong>Please consider starring <span style="color: orange">&#9733;</span> our <a href="https://github.com/EnVision-Research/DA-2" target="_blank" rel="noopener noreferrer">GitHub Repo</a> if you find this demo useful!</strong>
128
- </p>
129
- <p><strong>Note: the "Input Mask" is optional, all pixels are assumed to be valid if mask is None.</strong></p>
130
  """,
131
  inputs=inputs,
132
  outputs=outputs,
 
107
  fn=fn,
108
  title="DA<sup>2</sup>: <u>D</u>epth <u>A</u>nything in <u>A</u>ny <u>D</u>irection",
109
  description="""
110
+ [![Page](https://img.shields.io/badge/Project-Website-pink?logo=googlechrome&logoColor=white)](https://depth-any-in-any-dir.github.io/)
111
+
112
+ [![Paper](https://img.shields.io/badge/arXiv-Paper-b31b1b?logo=arxiv&logoColor=white)](http://arxiv.org/abs/2509.26618)
113
+
114
+ [![GitHub](https://img.shields.io/github/stars/EnVision-Research/DA-2?style=default&label=GitHub%20Repo%20★&logo=github)](https://github.com/EnVision-Research/DA-2)
115
+
 
 
 
 
 
 
 
 
 
 
 
116
  <strong>Please consider starring <span style="color: orange">&#9733;</span> our <a href="https://github.com/EnVision-Research/DA-2" target="_blank" rel="noopener noreferrer">GitHub Repo</a> if you find this demo useful!</strong>
117
+
118
+ Note: the "Input Mask" is optional, all pixels are assumed to be valid if mask is None.
119
  """,
120
  inputs=inputs,
121
  outputs=outputs,