Mmdv2 commited on
Commit
aa71d28
·
verified ·
1 Parent(s): 9783857

Update static/header.html

Browse files
Files changed (1) hide show
  1. static/header.html +17 -12
static/header.html CHANGED
@@ -1,13 +1,18 @@
1
- <div style="text-align: center; max-width: 600px; margin: 0 auto;">
2
- <h1>
3
- LongCat Image Generator
4
  </h1>
5
- <div class="grid-container" >
6
- <p>
7
- This space still in development, please let me know if there are errors 🙏
8
- <br>
9
- Generate image from promt using LongCat-Image, a 6B parameters model designed for photorealism.
10
- <br>
11
- If you like my work, please support me by visiting <a href="https://aisudo.com/" target="_blank">AiSudo</a> 😊
12
- </div>
13
- </div>
 
 
 
 
 
 
1
+ <div style="text-align: center; max-width: 700px; margin: 0 auto; padding: 25px 0; color: #e0e0e0;">
2
+ <h1 style="font-size: 40px; margin-bottom: 12px;">
3
+ 🐱 LongCat Image Generator
4
  </h1>
5
+
6
+ <p style="font-size: 20px; margin-bottom: 5px; color:#80deea;">
7
+ Customized Edition by <b>Mmdv2</b>
8
+ </p>
9
+
10
+ <p style="font-size: 17px; opacity: 0.85; line-height: 1.7;">
11
+ Generate high-quality longcat images using the Meituan LongCat 6B model.<br>
12
+ Fully rebuilt UI • ZERO optimized • Smooth & stable experience.
13
+ </p>
14
+
15
+ <p style="font-size: 15px; margin-top: 10px; opacity: 0.6;">
16
+ Enjoy generating your own LongCat creations ✨
17
+ </p>
18
+ </div>