VictorM-Coder commited on
Commit
eea664e
·
verified ·
1 Parent(s): 3b317ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ from transformers import AutoTokenizer, AutoModelForSequenceClassification
11
  # -----------------------------
12
  # MODEL INITIALIZATION
13
  # -----------------------------
14
- MODEL_NAME = "desklib/ai-text-detector-v1.01"
15
  tokenizer = None
16
  model = None
17
  device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
 
11
  # -----------------------------
12
  # MODEL INITIALIZATION
13
  # -----------------------------
14
+ MODEL_NAME = "desklib/ai-text-detector-v1.03"
15
  tokenizer = None
16
  model = None
17
  device = torch.device("cuda" if torch.cuda.is_available() else "cpu")