Upload 4 files
Browse files- index.html +11 -0
- styles.css +47 -0
index.html
CHANGED
|
@@ -32,6 +32,12 @@
|
|
| 32 |
<svg viewBox="0 0 24 24" width="14" height="14" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"/><polyline points="15 3 21 3 21 9"/><line x1="10" y1="14" x2="21" y2="3"/></svg>
|
| 33 |
</a>
|
| 34 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 35 |
</div>
|
| 36 |
</div>
|
| 37 |
|
|
@@ -58,6 +64,11 @@
|
|
| 58 |
<h5>About NanoMaestro</h5>
|
| 59 |
<p>This model is a tiny, approximately 50 MB music-generation model with about 13 million parameters, designed to run continuously in real time on almost any consumer CPU.</p>
|
| 60 |
<p>Inference runs entirely on your device through WebAssembly (WASM), allowing NanoMaestro to generate music directly on your device locally.</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 61 |
</div>
|
| 62 |
|
| 63 |
<div class="info-card">
|
|
|
|
| 32 |
<svg viewBox="0 0 24 24" width="14" height="14" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"/><polyline points="15 3 21 3 21 9"/><line x1="10" y1="14" x2="21" y2="3"/></svg>
|
| 33 |
</a>
|
| 34 |
</div>
|
| 35 |
+
|
| 36 |
+
<div class="loader-heart-notice">
|
| 37 |
+
<a href="https://huggingface.co/utkucoban/NanoMaestro-Realtime" target="_blank" rel="noopener">
|
| 38 |
+
Don't forget to heart the model if you like it! ❤️
|
| 39 |
+
</a>
|
| 40 |
+
</div>
|
| 41 |
</div>
|
| 42 |
</div>
|
| 43 |
|
|
|
|
| 64 |
<h5>About NanoMaestro</h5>
|
| 65 |
<p>This model is a tiny, approximately 50 MB music-generation model with about 13 million parameters, designed to run continuously in real time on almost any consumer CPU.</p>
|
| 66 |
<p>Inference runs entirely on your device through WebAssembly (WASM), allowing NanoMaestro to generate music directly on your device locally.</p>
|
| 67 |
+
<div class="heart-notice">
|
| 68 |
+
<a href="https://huggingface.co/utkucoban/NanoMaestro-Realtime" target="_blank" rel="noopener">
|
| 69 |
+
Don't forget to heart the model if you like it! ❤️
|
| 70 |
+
</a>
|
| 71 |
+
</div>
|
| 72 |
</div>
|
| 73 |
|
| 74 |
<div class="info-card">
|
styles.css
CHANGED
|
@@ -108,6 +108,53 @@ body {
|
|
| 108 |
justify-content: center;
|
| 109 |
}
|
| 110 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 111 |
.progress-bar {
|
| 112 |
width: 100%;
|
| 113 |
height: 4px;
|
|
|
|
| 108 |
justify-content: center;
|
| 109 |
}
|
| 110 |
|
| 111 |
+
.loader-heart-notice {
|
| 112 |
+
margin-top: 16px;
|
| 113 |
+
width: 100%;
|
| 114 |
+
display: flex;
|
| 115 |
+
justify-content: center;
|
| 116 |
+
}
|
| 117 |
+
|
| 118 |
+
.loader-heart-notice a {
|
| 119 |
+
font-size: 0.72rem;
|
| 120 |
+
color: var(--color-accent-hover);
|
| 121 |
+
text-decoration: none;
|
| 122 |
+
font-weight: 500;
|
| 123 |
+
transition: all var(--transition-fast);
|
| 124 |
+
display: inline-flex;
|
| 125 |
+
align-items: center;
|
| 126 |
+
gap: 4px;
|
| 127 |
+
}
|
| 128 |
+
|
| 129 |
+
.loader-heart-notice a:hover {
|
| 130 |
+
color: var(--color-accent-active);
|
| 131 |
+
transform: translateY(-1px);
|
| 132 |
+
}
|
| 133 |
+
|
| 134 |
+
.heart-notice {
|
| 135 |
+
margin-top: 4px;
|
| 136 |
+
border-top: 1px solid var(--color-border);
|
| 137 |
+
padding-top: 12px;
|
| 138 |
+
display: flex;
|
| 139 |
+
justify-content: center;
|
| 140 |
+
}
|
| 141 |
+
|
| 142 |
+
.heart-notice a {
|
| 143 |
+
font-size: 0.72rem;
|
| 144 |
+
color: var(--color-accent-hover);
|
| 145 |
+
text-decoration: none;
|
| 146 |
+
font-weight: 500;
|
| 147 |
+
transition: all var(--transition-fast);
|
| 148 |
+
display: inline-flex;
|
| 149 |
+
align-items: center;
|
| 150 |
+
gap: 4px;
|
| 151 |
+
}
|
| 152 |
+
|
| 153 |
+
.heart-notice a:hover {
|
| 154 |
+
color: var(--color-accent-active);
|
| 155 |
+
transform: translateY(-1px);
|
| 156 |
+
}
|
| 157 |
+
|
| 158 |
.progress-bar {
|
| 159 |
width: 100%;
|
| 160 |
height: 4px;
|