Spaces:
Runtime error
Runtime error
new update
Browse files
app.py
CHANGED
@@ -10,8 +10,8 @@ if test:
|
|
10 |
st.json(out)
|
11 |
|
12 |
# The one with "text-classification"
|
13 |
-
|
14 |
-
test_one = st.text_area('enter
|
15 |
|
16 |
if test:
|
17 |
out = pipe(test)
|
|
|
10 |
st.json(out)
|
11 |
|
12 |
# The one with "text-classification"
|
13 |
+
pipe_one = pipeline('text-classification')
|
14 |
+
test_one = st.text_area('enter more text:')
|
15 |
|
16 |
if test:
|
17 |
out = pipe(test)
|