ginchiostro commited on
Commit
f20dfcc
·
verified ·
1 Parent(s): 9c743c1

Update templates/index.html

Browse files
Files changed (1) hide show
  1. 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 song, it will be preprocessed, passed to a neural network, and postprocessed to add the beats to it.</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>
 
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>