dennisvdang commited on
Commit
7e4c449
·
1 Parent(s): 4419a9d

Script fixes

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -394,7 +394,7 @@ def plot_predictions(audio_features, predictions):
394
  def main():
395
  st.title("Chorus Finder")
396
  st.write("This app uses a pre-trained convolutional recurrent neural network to predict chorus locations in music. To learn more about this project, visit [github.com/dennisvdang/chorus-detection](https://github.com/dennisvdang/chorus-detection).")
397
- st.write("Enter a YouTube song URL to find the chorus in the song.")
398
  url = st.text_input("YouTube URL")
399
  if st.button("Find Chorus"):
400
  if url:
 
394
  def main():
395
  st.title("Chorus Finder")
396
  st.write("This app uses a pre-trained convolutional recurrent neural network to predict chorus locations in music. To learn more about this project, visit [github.com/dennisvdang/chorus-detection](https://github.com/dennisvdang/chorus-detection).")
397
+ st.write("Enter a YouTube song URL to find the chorus!")
398
  url = st.text_input("YouTube URL")
399
  if st.button("Find Chorus"):
400
  if url: