VictorM-Coder commited on
Commit
2195783
·
verified ·
1 Parent(s): 785a5d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ from safetensors.torch import load_file
25
  # -----------------------------
26
  # MODEL INITIALIZATION
27
  # -----------------------------
28
- MODEL_NAME = "desklib/ai-text-detector-v1.01"
29
  tokenizer = None
30
  model = None
31
  device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
 
25
  # -----------------------------
26
  # MODEL INITIALIZATION
27
  # -----------------------------
28
+ MODEL_NAME = "distilbert-base-uncased-finetuned-sst-2-english"
29
  tokenizer = None
30
  model = None
31
  device = torch.device("cuda" if torch.cuda.is_available() else "cpu")