Stable-X commited on
Commit
1418aaa
1 Parent(s): 0f32117

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +14 -1
app.py CHANGED
@@ -236,8 +236,21 @@ def run_demo_server(pipe):
236
  ) as demo:
237
  gr.Markdown(
238
  """
239
- # StableDelight: Removing Reflections from Textured Surfaces in a Single Image
240
  <p align="center">
 
 
 
 
 
 
 
 
 
 
 
 
 
241
  """
242
  )
243
 
 
236
  ) as demo:
237
  gr.Markdown(
238
  """
239
+ # StableDelight: Revealing Hidden Textures by Removing Specular Reflections
240
  <p align="center">
241
+
242
+ <a title="Website" href="https://github.com/Stable-X/" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
243
+ <img src="https://www.obukhov.ai/img/badges/badge-website.svg">
244
+ </a>
245
+ <a title="arXiv" href="https://arxiv.org/abs/2406.16864" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
246
+ <img src="https://www.obukhov.ai/img/badges/badge-pdf.svg">
247
+ </a>
248
+ <a title="Github" href="https://github.com/Stable-X/StableDelight" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
249
+ <img src="https://img.shields.io/github/stars/Stable-X/StableDelight?label=GitHub%20%E2%98%85&logo=github&color=C8C" alt="badge-github-stars">
250
+ </a>
251
+ <a title="Social" href="https://x.com/ychngji6" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
252
+ <img src="https://www.obukhov.ai/img/badges/badge-social.svg" alt="social">
253
+ </a>
254
  """
255
  )
256