github-actions[bot] commited on
Commit ·
1ca3c48
1
Parent(s): 569be85
Auto-deploy from GitHub: 1e8add39d81905374b1a8cd1feaf4af72cab73bd
Browse files- .gitattributes +1 -1
- index.html +2 -2
.gitattributes
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
-
*.wav filter=lfs diff=lfs merge=lfs -text
|
| 2 |
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
| 3 |
*.flac filter=lfs diff=lfs merge=lfs -text
|
| 4 |
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 5 |
*.bin filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 1 |
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
| 2 |
*.flac filter=lfs diff=lfs merge=lfs -text
|
| 3 |
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 4 |
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.wav filter=lfs diff=lfs merge=lfs -text
|
index.html
CHANGED
|
@@ -617,7 +617,7 @@
|
|
| 617 |
<button id="generateBtn"
|
| 618 |
class="crayon-button bg-crayon-blue text-white py-3 text-headline-md mt-2 flex items-center justify-center gap-2">
|
| 619 |
<span class="material-symbols-outlined text-3xl">rocket_launch</span>
|
| 620 |
-
|
| 621 |
</button>
|
| 622 |
|
| 623 |
<div class="text-center py-2">
|
|
@@ -956,7 +956,7 @@
|
|
| 956 |
// --- Renderers ---
|
| 957 |
function renderQueue(tasks) {
|
| 958 |
if (tasks.length === 0) {
|
| 959 |
-
UI.queueBody.innerHTML = '<div class="text-center py-32 text-headline-md text-[#94a3b8] font-bold opacity-60">No
|
| 960 |
return;
|
| 961 |
}
|
| 962 |
|
|
|
|
| 617 |
<button id="generateBtn"
|
| 618 |
class="crayon-button bg-crayon-blue text-white py-3 text-headline-md mt-2 flex items-center justify-center gap-2">
|
| 619 |
<span class="material-symbols-outlined text-3xl">rocket_launch</span>
|
| 620 |
+
SUBMIT TASK
|
| 621 |
</button>
|
| 622 |
|
| 623 |
<div class="text-center py-2">
|
|
|
|
| 956 |
// --- Renderers ---
|
| 957 |
function renderQueue(tasks) {
|
| 958 |
if (tasks.length === 0) {
|
| 959 |
+
UI.queueBody.innerHTML = '<div class="text-center py-32 text-headline-md text-[#94a3b8] font-bold opacity-60">No tasks found yet...</div>';
|
| 960 |
return;
|
| 961 |
}
|
| 962 |
|