alvaromlua commited on
Commit
e21e303
·
verified ·
1 Parent(s): 5416179

correccion text

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ def get_crypto_news_compare():
21
  'categories': noticias,
22
  }
23
 
24
- out = pipe(text)
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']