Spaces:
Running
Running
Update category_detection.py
Browse files
modules/category_detection.py
CHANGED
@@ -1,8 +1,5 @@
|
|
1 |
import logging
|
2 |
-
import
|
3 |
-
from typing import Tuple, List, Dict, Optional
|
4 |
-
import os
|
5 |
-
import time
|
6 |
|
7 |
# Set up logging
|
8 |
logger = logging.getLogger("misinformation_detector")
|
|
|
1 |
import logging
|
2 |
+
from typing import Tuple, List, Optional
|
|
|
|
|
|
|
3 |
|
4 |
# Set up logging
|
5 |
logger = logging.getLogger("misinformation_detector")
|