Matt C commited on
Commit
19c4297
·
1 Parent(s): bf79d0d
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -20,6 +20,7 @@ batch = tokenizer.encode('txt', return_tensors='pt')
20
 
21
  # inference
22
  result = model(batch)
 
23
 
24
- fig = px.bar(result, x="", y="", orientation='h')
25
- fig.show()
 
20
 
21
  # inference
22
  result = model(batch)
23
+ print(result)
24
 
25
+ #fig = px.bar(result, x="", y="", orientation='h')
26
+ #fig.show()