Spaces:
Runtime error
Runtime error
new update
Browse files
app.py
CHANGED
@@ -14,8 +14,8 @@ pipe_one = pipeline('text-classification')
|
|
14 |
test_one = st.text_area('enter more text:')
|
15 |
|
16 |
if test:
|
17 |
-
|
18 |
-
st.json(
|
19 |
|
20 |
|
21 |
|
|
|
14 |
test_one = st.text_area('enter more text:')
|
15 |
|
16 |
if test:
|
17 |
+
out_one = pipe_one(test)
|
18 |
+
st.json(out_one)
|
19 |
|
20 |
|
21 |
|