Spaces:
Sleeping
Sleeping
fix typo in model name
Browse files- tasks/text.py +1 -1
tasks/text.py
CHANGED
@@ -28,7 +28,7 @@ os.environ["TORCH_COMPILE_DISABLE"] = "1"
|
|
28 |
|
29 |
router = APIRouter()
|
30 |
|
31 |
-
DESCRIPTION = "
|
32 |
ROUTE = "/text"
|
33 |
|
34 |
class TextClassifier:
|
|
|
28 |
|
29 |
router = APIRouter()
|
30 |
|
31 |
+
DESCRIPTION = "Climate Guard Toxic Agent model for climate disinformation detection"
|
32 |
ROUTE = "/text"
|
33 |
|
34 |
class TextClassifier:
|