Matt C commited on
Commit
ffa1b22
·
1 Parent(s): 9db9938
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -15,8 +15,7 @@ batch = tokenizer.encode('txt', return_tensors='pt')
15
 
16
  # inference
17
  result = model(batch)
18
- print([d["text"] for d in result])
19
- ["Toxic", "Non-toxic"]
20
 
21
  #fig = px.bar(result, x="", y="", orientation='h')
22
  #fig.show()
 
15
 
16
  # inference
17
  result = model(batch)
18
+ result
 
19
 
20
  #fig = px.bar(result, x="", y="", orientation='h')
21
  #fig.show()