MrDdz commited on
Commit
3f3a57e
1 Parent(s): 8657a05

updated app

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -88,6 +88,6 @@ if text and button:
88
 
89
  labels = ['Negative','Neutral','Positive']
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)
 
88
 
89
  labels = ['Negative','Neutral','Positive']
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)