l-li commited on
Commit
96365e4
·
1 Parent(s): 6cb4ede

update(*): UI updates.

Browse files
Files changed (1) hide show
  1. util/stylesheets.py +1 -1
util/stylesheets.py CHANGED
@@ -270,6 +270,6 @@ function injectLiquidGlass() {
270
  `
271
  svgFilter.style.display = 'none'
272
  document.body.appendChild(svgFilter)
273
- document.querySelector('footer').innerText = "ToonComposer. Sample images used with permission. For research purposes only."
274
  }
275
  """
 
270
  `
271
  svgFilter.style.display = 'none'
272
  document.body.appendChild(svgFilter)
273
+ document.querySelector('footer').innerHTML = 'Demo Provided by ToonComposer Team. Sample images are used for academic purposes only. <br> Unauthorized Site Notice: The website tooncomposer.com is not authorized or affiliated with the ToonComposer team. We do not endorse this site and are unaware of its operators. <br> Access ToonComposer only via our verified channels: HuggingFace/Github: TencentARC; Official Page: https://lg-li.github.io/project/tooncomposer.'
274
  }
275
  """