Hetan07 commited on
Commit
07ad436
β€’
1 Parent(s): 85cc85e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -14
README.md CHANGED
@@ -1,3 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
1
  # Multi Label Music Genre Classifier
2
 
3
  An extension to my project of: [Single Label Music Genre Classifier](https://github.com/Hetan07/Single-Label-Music-Classifier)
@@ -68,17 +79,3 @@ I have also deployed this on Hugging Face using streamlit. If one wishes, he can
68
 
69
  All of this took me around 3-4 days but in retrospect, I realize that some parts have been slightly rushed.
70
  An in-depth analysis of data is further required along with more data. This task as a lot of potential for beginners and experts alike
71
-
72
- ---
73
- title: Multi Label Music Genre Classifier
74
- emoji: 🐠
75
- colorFrom: gray
76
- colorTo: blue
77
- sdk: streamlit
78
- sdk_version: 1.30.0
79
- app_file: app.py
80
- pinned: false
81
- license: mit
82
- ---
83
-
84
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
+ ---
2
+ license: mit
3
+ title: Multi Label Music Genre Classifier
4
+ sdk: streamlit
5
+ sdk_version: 1.30.0
6
+ app_file: app.py
7
+ emoji: πŸš€
8
+ colorFrom: gray
9
+ colorTo: blue
10
+ pinned: false
11
+ ---
12
  # Multi Label Music Genre Classifier
13
 
14
  An extension to my project of: [Single Label Music Genre Classifier](https://github.com/Hetan07/Single-Label-Music-Classifier)
 
79
 
80
  All of this took me around 3-4 days but in retrospect, I realize that some parts have been slightly rushed.
81
  An in-depth analysis of data is further required along with more data. This task as a lot of potential for beginners and experts alike