Spaces:
Runtime error
Runtime error
Commit
·
867f7a1
1
Parent(s):
b8a2f8c
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,6 +5,9 @@ import streamlit as st
|
|
| 5 |
import random
|
| 6 |
|
| 7 |
|
|
|
|
|
|
|
|
|
|
| 8 |
def tester(text):
|
| 9 |
classifier = pipeline("sentiment-analysis", model='bhadresh-savani/distilbert-base-uncased-emotion')
|
| 10 |
results = classifier(text)
|
|
|
|
| 5 |
import random
|
| 6 |
|
| 7 |
|
| 8 |
+
st.header("stream your emotions")
|
| 9 |
+
st.caption("tester")
|
| 10 |
+
|
| 11 |
def tester(text):
|
| 12 |
classifier = pipeline("sentiment-analysis", model='bhadresh-savani/distilbert-base-uncased-emotion')
|
| 13 |
results = classifier(text)
|