Stable-X commited on
Commit
cd3eef9
1 Parent(s): cb4fe57

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +13 -1
app.py CHANGED
@@ -262,9 +262,21 @@ def run_demo_server(pipe):
262
  """
263
  # StableNormal: Reducing Diffusion Variance for Stable and Sharp Normal
264
  <p align="center">
 
 
 
 
 
 
 
 
 
 
 
 
 
265
  """
266
  )
267
-
268
  with gr.Tabs(elem_classes=["tabs"]):
269
  with gr.Tab("Image"):
270
  with gr.Row():
 
262
  """
263
  # StableNormal: Reducing Diffusion Variance for Stable and Sharp Normal
264
  <p align="center">
265
+
266
+ <a title="Website" href="https://stable-x.github.io/StableNormal/" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
267
+ <img src="https://www.obukhov.ai/img/badges/badge-website.svg">
268
+ </a>
269
+ <a title="arXiv" href="https://arxiv.org/abs/2406.16864" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
270
+ <img src="https://www.obukhov.ai/img/badges/badge-pdf.svg">
271
+ </a>
272
+ <a title="Github" href="https://github.com/Stable-X/StableNormal" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
273
+ <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">
274
+ </a>
275
+ <a title="Social" href="https://x.com/ychngji6" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
276
+ <img src="https://www.obukhov.ai/img/badges/badge-social.svg" alt="social">
277
+ </a>
278
  """
279
  )
 
280
  with gr.Tabs(elem_classes=["tabs"]):
281
  with gr.Tab("Image"):
282
  with gr.Row():