ginipick commited on
Commit
bf8542b
ยท
verified ยท
1 Parent(s): e36ebd7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -794,9 +794,9 @@ css = """
794
  }
795
  """
796
  title_html = """
797
- <h1 align="center" style="margin-bottom: 0.2em; font-size: 1.6em;"> ๐Ÿ’˜ HeartSync ๐Ÿ’˜ </h1>
798
  <p align="center" style="font-size:1.1em; color:#555;">
799
- โœ…FLUX ์ด๋ฏธ์ง€ ์ƒ์„ฑ โœ…์ถ”๋ก  โœ…๊ฒ€์—ด ํ•ด์ œ โœ…๋ฉ€ํ‹ฐ๋ชจ๋‹ฌ & VLM โœ…์‹ค์‹œ๊ฐ„ ์›น๊ฒ€์ƒ‰ โœ…RAG โœ…https://discord.gg/openfreeai <br>
800
  </p>
801
  """
802
 
 
794
  }
795
  """
796
  title_html = """
797
+ <h1 align="center" style="margin-bottom: 0.2em; font-size: 1.6em;"> ๐Ÿ’˜ HeartSync Kv1๐Ÿ’˜ </h1>
798
  <p align="center" style="font-size:1.1em; color:#555;">
799
+ โœ…FLUX ์ด๋ฏธ์ง€ ์ƒ์„ฑ โœ…์ถ”๋ก  โœ…๊ฒ€์—ด ํ•ด์ œ โœ…๋ฉ€ํ‹ฐ๋ชจ๋‹ฌ & VLM โœ…์‹ค์‹œ๊ฐ„ ์›น๊ฒ€์ƒ‰ โœ…RAG <br>
800
  </p>
801
  """
802