kaixinwang commited on
Commit
3343d64
1 Parent(s): 0f7962f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ model = TFDistilBertForSequenceClassification.from_pretrained("kaixinwang/NLP")
27
  # build the tokenizer
28
  MODEL_NAME = 'distilbert-base-uncased'
29
  # tokenizer = DistilBertTokenizer.from_pretrained(MODEL_NAME)
30
- tokenizer = DistilBertTokenizer.from_pretrained("kaixinwang-/NLP")
31
 
32
  mapping = {0:"Negative", 1:"Positive"}
33
  # prompt for the user input
27
  # build the tokenizer
28
  MODEL_NAME = 'distilbert-base-uncased'
29
  # tokenizer = DistilBertTokenizer.from_pretrained(MODEL_NAME)
30
+ tokenizer = DistilBertTokenizer.from_pretrained("kaixinwang/NLP")
31
 
32
  mapping = {0:"Negative", 1:"Positive"}
33
  # prompt for the user input