Spaces:
Runtime error
Runtime error
qiuzhiqiang commited on
Commit ·
5d63007
1
Parent(s): 3c2c361
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
import streamlit as st
|
| 2 |
-
from transformers
|
| 3 |
|
| 4 |
pipe=pipeline('sentiment-analysis')
|
| 5 |
text=st.test_area('请输入文本内容:')
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
+
from transformers import pipeline
|
| 3 |
|
| 4 |
pipe=pipeline('sentiment-analysis')
|
| 5 |
text=st.test_area('请输入文本内容:')
|