Spaces:
Sleeping
Sleeping
updated
Browse files
app.py
CHANGED
|
@@ -90,4 +90,4 @@ if text and button:
|
|
| 90 |
scores = {l:float(s) for (l,s) in zip(labels,scores_)}
|
| 91 |
# st.write("Logits: ",output.logits)
|
| 92 |
# y_pred = np.argmax(output.logits.detach().numpy(),axis =1)
|
| 93 |
-
st.write("Prediction :",
|
|
|
|
| 90 |
scores = {l:float(s) for (l,s) in zip(labels,scores_)}
|
| 91 |
# st.write("Logits: ",output.logits)
|
| 92 |
# y_pred = np.argmax(output.logits.detach().numpy(),axis =1)
|
| 93 |
+
st.write("Prediction :",scores)
|