Spaces:
Running
Running
more models
Browse files
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 |
-
|
|
|
|
|
|
|
| 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 = {
|