github-actions[bot] commited on
Commit ·
7d38aef
1
Parent(s): 71f88b8
Auto-deploy from GitHub: 7db12b6dda967fbc48cfaeceead41fa6bf4421b8
Browse files- README.md +1 -1
- index.html +2 -2
README.md
CHANGED
|
@@ -23,7 +23,7 @@ A Python-based audio transcription service with a neobrutalist web interface.
|
|
| 23 |
Access the web interface at the Space URL above.
|
| 24 |
|
| 25 |
## API Endpoints
|
| 26 |
-
- POST `/api/upload` - Upload
|
| 27 |
- GET `/api/files` - Get all files
|
| 28 |
- GET `/api/files/<id>` - Get specific file
|
| 29 |
|
|
|
|
| 23 |
Access the web interface at the Space URL above.
|
| 24 |
|
| 25 |
## API Endpoints
|
| 26 |
+
- POST `/api/upload` - Upload your file
|
| 27 |
- GET `/api/files` - Get all files
|
| 28 |
- GET `/api/files/<id>` - Get specific file
|
| 29 |
|
index.html
CHANGED
|
@@ -443,7 +443,7 @@
|
|
| 443 |
INPUT
|
| 444 |
<span class="material-symbols-outlined text-crayon-red text-2xl rotate-12">favorite</span>
|
| 445 |
</h2>
|
| 446 |
-
<p class="text-label-sm text-[#6b7280]">Upload
|
| 447 |
</div>
|
| 448 |
</div>
|
| 449 |
|
|
@@ -466,7 +466,7 @@
|
|
| 466 |
<span class="material-symbols-outlined text-4xl">arrow_upward</span>
|
| 467 |
</div>
|
| 468 |
</div>
|
| 469 |
-
<p class="text-headline-md text-[#1A1A1A] mb-1 font-bold">Drag & drop
|
| 470 |
<p class="text-label-sm text-crayon-purple mb-8 font-bold">or click to browse</p>
|
| 471 |
<div class="flex gap-2 mt-auto w-full justify-center flex-wrap">
|
| 472 |
<span
|
|
|
|
| 443 |
INPUT
|
| 444 |
<span class="material-symbols-outlined text-crayon-red text-2xl rotate-12">favorite</span>
|
| 445 |
</h2>
|
| 446 |
+
<p class="text-label-sm text-[#6b7280]">Upload your file</p>
|
| 447 |
</div>
|
| 448 |
</div>
|
| 449 |
|
|
|
|
| 466 |
<span class="material-symbols-outlined text-4xl">arrow_upward</span>
|
| 467 |
</div>
|
| 468 |
</div>
|
| 469 |
+
<p class="text-headline-md text-[#1A1A1A] mb-1 font-bold">Drag & drop here</p>
|
| 470 |
<p class="text-label-sm text-crayon-purple mb-8 font-bold">or click to browse</p>
|
| 471 |
<div class="flex gap-2 mt-auto w-full justify-center flex-wrap">
|
| 472 |
<span
|