Spaces:
Running
Running
Commit
·
7e4c449
1
Parent(s):
4419a9d
Script fixes
Browse files
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
|
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:
|