Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AnasAlokla
/
test_emotion_chatbot
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
AnasAlokla
commited on
Mar 27
Commit
9bbfdd0
·
verified
·
1 Parent(s):
c6f7445
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -1,4 +1,5 @@
1
-
2
3
import streamlit as st
4
from transformers import pipeline
1
+
!pip install transformers streamlit
2
+
!pip install torch # for PyTorch
3
4
import streamlit as st
5
from transformers import pipeline