Yanrui95 commited on
Commit
da357b6
·
verified ·
1 Parent(s): 8c0f498

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -107,8 +107,8 @@ def construct_demo():
107
  <a style='font-size:18px;color: #000000'>If you find NormalCrafter useful, please help ⭐ the </a>\
108
  <a style='font-size:18px;color: #FF5DB0' href='https://github.com/Binyr/NormalCrafter'>[Github Repo]</a>\
109
  <a style='font-size:18px;color: #000000'>, which is important to Open-Source projects. Thanks!</a>\
110
- <a style='font-size:18px;color: #000000' href='https://arxiv.org/abs/2409.02095'> [ArXiv] </a>\
111
- <a style='font-size:18px;color: #000000' href='https://normalcrafter.github.io/'> [Project Page] </a> </div>
112
  """
113
  )
114
 
 
107
  <a style='font-size:18px;color: #000000'>If you find NormalCrafter useful, please help ⭐ the </a>\
108
  <a style='font-size:18px;color: #FF5DB0' href='https://github.com/Binyr/NormalCrafter'>[Github Repo]</a>\
109
  <a style='font-size:18px;color: #000000'>, which is important to Open-Source projects. Thanks!</a>\
110
+ <a style='font-size:18px;color: #000000' href='https://arxiv.org/abs/xxx'> [ArXiv] </a>\
111
+ <a style='font-size:18px;color: #000000' href='https://binyr.github.io/NormalCrafter/'> [Project Page] </a> </div>
112
  """
113
  )
114