Spaces:
Runtime error
Runtime error
Commit
·
02869c8
1
Parent(s):
a1d3c2d
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
import streamlit as st
|
3 |
from transformers import pipeline
|
4 |
|
5 |
-
pipe = pipeline("
|
6 |
text = st.text_area("enter some text!")
|
7 |
|
8 |
if text:
|
|
|
2 |
import streamlit as st
|
3 |
from transformers import pipeline
|
4 |
|
5 |
+
pipe = pipeline("text-classification")
|
6 |
text = st.text_area("enter some text!")
|
7 |
|
8 |
if text:
|