Spaces:
Runtime error
Runtime error
commit from
Browse files
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}")
|