ahmad-fakhar commited on
Commit
18fa643
1 Parent(s): a6f43cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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')