iSpr commited on
Commit
65ae22a
ยท
1 Parent(s): 38640a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -186,7 +186,6 @@ if st.button('ํ™•์ธ'):
186
  # logits = logits.detach().cpu().numpy()
187
 
188
  st.write(logits.size())
189
- st.wirte(len(logits[0]))
190
  # # ๋‹จ๋… ์˜ˆ์ธก ์‹œ
191
  # arg_idx = torch.argmax(logits, dim=1)
192
  # print('arg_idx:', arg_idx)
 
186
  # logits = logits.detach().cpu().numpy()
187
 
188
  st.write(logits.size())
 
189
  # # ๋‹จ๋… ์˜ˆ์ธก ์‹œ
190
  # arg_idx = torch.argmax(logits, dim=1)
191
  # print('arg_idx:', arg_idx)