Spaces:
Runtime error
Runtime error
shamik-lseg
commited on
Commit
•
c4ec316
1
Parent(s):
8d36f51
Adding requirements.txt and updating the readme to include the music emoji.
Browse files- README.md +1 -1
- requirements.txt +3 -0
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
title: Song Classifier
|
2 |
-
emoji: Music
|
3 |
colorFrom: blue
|
4 |
colorTo: gray
|
5 |
sdk: gradio
|
|
|
1 |
title: Song Classifier
|
2 |
+
emoji: "\N{Music}"
|
3 |
colorFrom: blue
|
4 |
colorTo: gray
|
5 |
sdk: gradio
|
requirements.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
librosa
|
2 |
+
transformers
|
3 |
+
torch
|