ivyblossom commited on
Commit
93ebde3
1 Parent(s): 1e5415d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ def main():
17
  "distilbert-base-uncased": "DistilBERT Uncased",
18
  "roberta-base": "RoBERTa Base",
19
  "albert-base-v2": "ALBERT Base v2"
20
- # Add more models here if desired
21
  }
22
 
23
  # Load the pretrained model and tokenizer
 
17
  "distilbert-base-uncased": "DistilBERT Uncased",
18
  "roberta-base": "RoBERTa Base",
19
  "albert-base-v2": "ALBERT Base v2"
20
+ # Can add more models here if desired
21
  }
22
 
23
  # Load the pretrained model and tokenizer