shaocong commited on
Commit
3470d29
·
1 Parent(s): 2fcf096

update html

Browse files
Files changed (1) hide show
  1. app.py +11 -11
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
- <a title="Website" href="https://daniellli.github.io/projects/DKT/" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
287
- <img src="https://www.obukhov.ai/img/badges/badge-website.svg" alt="website">
288
- </a>
289
- <a title="Github" href="https://github.com/Daniellli/DKT" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
290
- <img src="https://img.shields.io/github/stars/Daniellli/DKT?style=social" alt="badge-github-stars">
291
- </a>
292
- <a title="Social" href="https://x.com/xshocng1" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
293
- <img src="https://www.obukhov.ai/img/badges/badge-social.svg" alt="social">
294
- </a>
295
- </p>
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"])