Spaces:
Runtime error
Runtime error
Update templates/index.html
Browse files- templates/index.html +1 -1
templates/index.html
CHANGED
|
@@ -268,7 +268,7 @@
|
|
| 268 |
<body>
|
| 269 |
<div class="container">
|
| 270 |
<h1>Beat Finder</h1>
|
| 271 |
-
<p>After uploading your
|
| 272 |
|
| 273 |
<form action="/upload" method="post" enctype="multipart/form-data" id="upload-form">
|
| 274 |
<label for="file_id" class="file-label">Select a file</label>
|
|
|
|
| 268 |
<body>
|
| 269 |
<div class="container">
|
| 270 |
<h1>Beat Finder</h1>
|
| 271 |
+
<p>After uploading your music track, it will be preprocessed, passed to a neural network, and postprocessed to add the beats to it. For optimal performance, upload a music track of about 10 seconds.</p>
|
| 272 |
|
| 273 |
<form action="/upload" method="post" enctype="multipart/form-data" id="upload-form">
|
| 274 |
<label for="file_id" class="file-label">Select a file</label>
|