istassiy commited on
Commit
d276604
·
1 Parent(s): de1989c

commit from

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -87,5 +87,5 @@ else:
87
  padding=True, truncation=True, return_tensors="pt"
88
  )
89
  )
90
- results = get_top_predictions(raw_predictions[0].numpy())
91
  st.markdown(f"{results}")
 
87
  padding=True, truncation=True, return_tensors="pt"
88
  )
89
  )
90
+ results = get_top_predictions(raw_predictions[0][0].numpy())
91
  st.markdown(f"{results}")