dancingninjas
commited on
Commit
·
028424d
1
Parent(s):
293c95a
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ text = st.text_area('Enter your text')
|
|
10 |
|
11 |
if text:
|
12 |
# Analyze sentiment using the model
|
13 |
-
pipe = pipeline(model="dancingninjas/sentiment-
|
14 |
results = pipe(text)
|
15 |
|
16 |
# Determine sentiment label
|
|
|
10 |
|
11 |
if text:
|
12 |
# Analyze sentiment using the model
|
13 |
+
pipe = pipeline(model="dancingninjas/sentiment-model")
|
14 |
results = pipe(text)
|
15 |
|
16 |
# Determine sentiment label
|