Spaces:
Running on Zero
Running on Zero
Merge pull request #63 from some1galaxy/develop
Browse files- static/app.css +16 -5
- templates/app.html +6 -3
static/app.css
CHANGED
|
@@ -28,9 +28,20 @@ footer{display:none!important}
|
|
| 28 |
padding:14px 24px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;
|
| 29 |
}
|
| 30 |
.app-header-left{display:flex;align-items:center;gap:12px}
|
| 31 |
-
.
|
| 32 |
-
|
| 33 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
.app-logo{
|
| 35 |
width:36px;height:36px;background:linear-gradient(135deg,#ff0080,#ff4da6,#ff80c0);
|
| 36 |
border-radius:10px;display:flex;align-items:center;justify-content:center;
|
|
@@ -389,8 +400,8 @@ body:not(.dark) #custom-run-btn *{color:#ffffff!important;-webkit-text-fill-colo
|
|
| 389 |
.app-shell{margin:0;border-radius:0;border-left:none;border-right:none}
|
| 390 |
.app-header{padding:12px 14px;gap:8px}
|
| 391 |
.app-title{font-size:15px}
|
| 392 |
-
.
|
| 393 |
-
.
|
| 394 |
.app-notice{padding:10px 14px}
|
| 395 |
.app-toolbar{padding:8px 12px;gap:6px}
|
| 396 |
.modern-tb-btn{min-height:40px;padding:0 12px}
|
|
|
|
| 28 |
padding:14px 24px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;
|
| 29 |
}
|
| 30 |
.app-header-left{display:flex;align-items:center;gap:12px}
|
| 31 |
+
.promo-banner{
|
| 32 |
+
display:flex;align-items:center;justify-content:center;gap:14px;
|
| 33 |
+
padding:12px 24px;text-decoration:none;cursor:pointer;
|
| 34 |
+
background:linear-gradient(135deg,#ff0080,#ff4da6);
|
| 35 |
+
border-bottom:1px solid #4d0030;transition:opacity .15s;
|
| 36 |
+
}
|
| 37 |
+
.promo-banner:hover{opacity:.92}
|
| 38 |
+
.promo-banner-icon{font-size:18px;line-height:1}
|
| 39 |
+
.promo-banner-text{color:#fff;font-size:13px;font-weight:500}
|
| 40 |
+
.promo-banner-text strong{font-weight:800}
|
| 41 |
+
.promo-banner-cta{
|
| 42 |
+
color:#280018;background:#fff;font-size:12px;font-weight:700;
|
| 43 |
+
padding:4px 12px;border-radius:20px;white-space:nowrap;flex-shrink:0;
|
| 44 |
+
}
|
| 45 |
.app-logo{
|
| 46 |
width:36px;height:36px;background:linear-gradient(135deg,#ff0080,#ff4da6,#ff80c0);
|
| 47 |
border-radius:10px;display:flex;align-items:center;justify-content:center;
|
|
|
|
| 400 |
.app-shell{margin:0;border-radius:0;border-left:none;border-right:none}
|
| 401 |
.app-header{padding:12px 14px;gap:8px}
|
| 402 |
.app-title{font-size:15px}
|
| 403 |
+
.promo-banner{flex-direction:column;gap:6px;padding:10px 14px;text-align:center}
|
| 404 |
+
.promo-banner-text{font-size:12px}
|
| 405 |
.app-notice{padding:10px 14px}
|
| 406 |
.app-toolbar{padding:8px 12px;gap:6px}
|
| 407 |
.modern-tb-btn{min-height:40px;padding:0 12px}
|
templates/app.html
CHANGED
|
@@ -7,11 +7,14 @@
|
|
| 7 |
<span class="app-badge">v1.1</span>
|
| 8 |
<span class="app-badge fast">4-Step Fast</span>
|
| 9 |
</div>
|
| 10 |
-
<div class="app-header-right">
|
| 11 |
-
<a href="https://huggingface.co/spaces/someone-in-the-world/HighQualityVideoGeneration" target="_blank" class="app-header-link">Also try: High Quality Video Generation →</a>
|
| 12 |
-
</div>
|
| 13 |
</div>
|
| 14 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
<div class="app-notice">
|
| 16 |
<ul class="notice-list">
|
| 17 |
<li>Aims to produce high-resolution 2K output images while keeping the generating speed, based on <a href="https://github.com/PRITHIVSAKTHIUR/FireRed-Image-Edit-1.0-Fast" target="_blank">FireRed-Image-Edit-1.0-Fast</a>.</li>
|
|
|
|
| 7 |
<span class="app-badge">v1.1</span>
|
| 8 |
<span class="app-badge fast">4-Step Fast</span>
|
| 9 |
</div>
|
|
|
|
|
|
|
|
|
|
| 10 |
</div>
|
| 11 |
|
| 12 |
+
<a href="https://huggingface.co/spaces/someone-in-the-world/HighQualityVideoGeneration" target="_blank" class="promo-banner">
|
| 13 |
+
<span class="promo-banner-icon">🎬</span>
|
| 14 |
+
<span class="promo-banner-text"><strong>New:</strong> Bring your images to life — try <strong>High Quality Video Generation</strong></span>
|
| 15 |
+
<span class="promo-banner-cta">Try it now →</span>
|
| 16 |
+
</a>
|
| 17 |
+
|
| 18 |
<div class="app-notice">
|
| 19 |
<ul class="notice-list">
|
| 20 |
<li>Aims to produce high-resolution 2K output images while keeping the generating speed, based on <a href="https://github.com/PRITHIVSAKTHIUR/FireRed-Image-Edit-1.0-Fast" target="_blank">FireRed-Image-Edit-1.0-Fast</a>.</li>
|