Spaces:
Runtime error
Runtime error
correccion text
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ def get_crypto_news_compare():
|
|
21 |
'categories': noticias,
|
22 |
}
|
23 |
|
24 |
-
out = pipe(
|
25 |
st.json(out)
|
26 |
resultado = out[0]['label']
|
27 |
accuracy = out[0]['score']
|
|
|
21 |
'categories': noticias,
|
22 |
}
|
23 |
|
24 |
+
out = pipe(noticias)
|
25 |
st.json(out)
|
26 |
resultado = out[0]['label']
|
27 |
accuracy = out[0]['score']
|