Spaces:
Runtime error
Runtime error
Commit
·
89c822b
1
Parent(s):
558832c
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import random
|
|
6 |
|
7 |
|
8 |
st.header("stream your emotions")
|
9 |
-
st.
|
10 |
|
11 |
def tester(text):
|
12 |
classifier = pipeline("sentiment-analysis", model='bhadresh-savani/distilbert-base-uncased-emotion')
|
|
|
6 |
|
7 |
|
8 |
st.header("stream your emotions")
|
9 |
+
st.write("insert details ng huggignaspce")
|
10 |
|
11 |
def tester(text):
|
12 |
classifier = pipeline("sentiment-analysis", model='bhadresh-savani/distilbert-base-uncased-emotion')
|