Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
BQGamer
/
GenAI_Emotion_Music
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
BQGamer
commited on
Feb 22, 2025
Commit
a424cb5
·
verified
·
1 Parent(s):
dfd8b36
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -1,3 +1,5 @@
1
2
import streamlit as st
3
from transformers import pipeline
1
+
import os
2
+
os.system('pip install tf-keras keras==3.5.0 tensorflow transformers')
3
4
import streamlit as st
5
from transformers import pipeline