Spaces:
Running
Running
Commit
·
e6301c4
1
Parent(s):
d7fd62c
Update app and Dockerfile with latest changes
Browse files
app.py
CHANGED
@@ -393,7 +393,7 @@ def plot_predictions(audio_features, predictions):
|
|
393 |
|
394 |
def main():
|
395 |
cover_image = "images/cover.jpg"
|
396 |
-
st.image(cover_image,
|
397 |
st.title("Chorus Finder")
|
398 |
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).")
|
399 |
st.write("Enter a YouTube song URL to find the chorus!")
|
|
|
393 |
|
394 |
def main():
|
395 |
cover_image = "images/cover.jpg"
|
396 |
+
st.image(cover_image, use_column_width=True)
|
397 |
st.title("Chorus Finder")
|
398 |
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).")
|
399 |
st.write("Enter a YouTube song URL to find the chorus!")
|