Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -60,7 +60,7 @@ def analyze_song(mp3_file):
|
|
60 |
lyrics = transcription # Use the transcription as lyrics
|
61 |
tempo_key = "Sample Tempo/Key"
|
62 |
# history = "History"
|
63 |
-
history =
|
64 |
return title, artist, genre, instrumentation, lyrics, tempo_key, history, image_url # Return the mp3 file for replay
|
65 |
|
66 |
# Custom CSS to set a fun musical theme image as background
|
|
|
60 |
lyrics = transcription # Use the transcription as lyrics
|
61 |
tempo_key = "Sample Tempo/Key"
|
62 |
# history = "History"
|
63 |
+
history = song_history(title)
|
64 |
return title, artist, genre, instrumentation, lyrics, tempo_key, history, image_url # Return the mp3 file for replay
|
65 |
|
66 |
# Custom CSS to set a fun musical theme image as background
|