blunt-octopus commited on
Commit
fbd05a4
1 Parent(s): 353f1f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -4,6 +4,8 @@ from transformers import AutoTokenizer, DistilBertForSequenceClassification
4
  import torch
5
  from torch.nn.functional import softmax
6
 
 
 
7
  base_model_name = 'distilbert-base-uncased'
8
 
9
  @st.cache
 
4
  import torch
5
  from torch.nn.functional import softmax
6
 
7
+
8
+
9
  base_model_name = 'distilbert-base-uncased'
10
 
11
  @st.cache