Gradii commited on
Commit
f4cb174
·
1 Parent(s): a5c8ff6

more models

Browse files
Files changed (1) hide show
  1. backend/app/core/config.py +4 -2
backend/app/core/config.py CHANGED
@@ -30,8 +30,10 @@ class Settings:
30
 
31
  AVAILABLE_MODELS = {
32
  "text": ["yaya36095/xlm-roberta-text-detector",
33
- "almanach/xlmr-chatgptdetect-noisy"],
34
- "image": ["capcheck/ai-image-detection"],
 
 
35
  }
36
 
37
  MAX_CONTENT_SIZES = {
 
30
 
31
  AVAILABLE_MODELS = {
32
  "text": ["yaya36095/xlm-roberta-text-detector",
33
+ "almanach/xlmr-chatgptdetect-noisy",
34
+ "bibbbu/multilingual-ai-human-detector_xlm-roberta-base"],
35
+ "image": ["capcheck/ai-image-detection",
36
+ "Hemg/Deepfake-image"],
37
  }
38
 
39
  MAX_CONTENT_SIZES = {