ahmad-fakhar
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -2,6 +2,7 @@
|
|
2 |
import streamlit as st
|
3 |
from transformers import pipeline
|
4 |
import os
|
|
|
5 |
|
6 |
# Title of the Streamlit app
|
7 |
st.title('Music Genre Classification')
|
|
|
2 |
import streamlit as st
|
3 |
from transformers import pipeline
|
4 |
import os
|
5 |
+
import tensorflow as tf
|
6 |
|
7 |
# Title of the Streamlit app
|
8 |
st.title('Music Genre Classification')
|