aliasgerovs commited on
Commit
9545dbd
1 Parent(s): c2db75c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -184,7 +184,7 @@ AI DETECTION SECTION
184
  """
185
  device = "cuda" if torch.cuda.is_available() else "cpu"
186
 
187
- text_bc_model_path = "polygraf-ai/v3-bert-3-2m-trun-bc-lighter-spec"
188
  text_bc_tokenizer = AutoTokenizer.from_pretrained(text_bc_model_path)
189
  text_bc_model = AutoModelForSequenceClassification.from_pretrained(text_bc_model_path).to(device)
190
 
 
184
  """
185
  device = "cuda" if torch.cuda.is_available() else "cpu"
186
 
187
+ text_bc_model_path = "polygraf-ai/text-detect-bc-v11-4m"
188
  text_bc_tokenizer = AutoTokenizer.from_pretrained(text_bc_model_path)
189
  text_bc_model = AutoModelForSequenceClassification.from_pretrained(text_bc_model_path).to(device)
190