Spaces:
Running
on
Zero
Running
on
Zero
update html
Browse files
app.py
CHANGED
|
@@ -283,17 +283,17 @@ with gr.Blocks(css=css, title="DKT", head=head_html) as demo:
|
|
| 283 |
"""
|
| 284 |
# Diffusion Knows Transparency: Repurposing Video Diffusion for Transparent Object Depth and Normal Estimation
|
| 285 |
<p align="center">
|
| 286 |
-
|
| 287 |
-
|
| 288 |
-
|
| 289 |
-
|
| 290 |
-
|
| 291 |
-
|
| 292 |
-
|
| 293 |
-
|
| 294 |
-
|
| 295 |
-
</
|
| 296 |
-
|
| 297 |
)
|
| 298 |
# gr.Markdown(description, elem_classes=["description"])
|
| 299 |
# gr.Markdown("### Video Processing Demo", elem_classes=["description"])
|
|
|
|
| 283 |
"""
|
| 284 |
# Diffusion Knows Transparency: Repurposing Video Diffusion for Transparent Object Depth and Normal Estimation
|
| 285 |
<p align="center">
|
| 286 |
+
|
| 287 |
+
<a title="Website" href="https://daniellli.github.io/projects/DKT/" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
|
| 288 |
+
<img src="https://www.obukhov.ai/img/badges/badge-website.svg">
|
| 289 |
+
</a>
|
| 290 |
+
<a title="Github" href="https://github.com/Daniellli/DKT" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
|
| 291 |
+
<img src="https://img.shields.io/github/stars/Daniellli/DKT?style=social" alt="badge-github-stars">
|
| 292 |
+
</a>
|
| 293 |
+
<a title="Social" href="https://x.com/xshocng1" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
|
| 294 |
+
<img src="https://www.obukhov.ai/img/badges/badge-social.svg" alt="social">
|
| 295 |
+
</a>
|
| 296 |
+
"""
|
| 297 |
)
|
| 298 |
# gr.Markdown(description, elem_classes=["description"])
|
| 299 |
# gr.Markdown("### Video Processing Demo", elem_classes=["description"])
|