Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,6 @@ os.makedirs(upload_folder, exist_ok=True)
|
|
14 |
|
15 |
# Load Fake News Detection Pipelines
|
16 |
news_models = {
|
17 |
-
"joeddav": pipeline("text-classification", model="joeddav/xlm-roberta-large-fake-news-detection"),
|
18 |
"nlptown": pipeline("text-classification", model="nlptown/bert-base-multilingual-uncased-sentiment")
|
19 |
}
|
20 |
|
|
|
14 |
|
15 |
# Load Fake News Detection Pipelines
|
16 |
news_models = {
|
|
|
17 |
"nlptown": pipeline("text-classification", model="nlptown/bert-base-multilingual-uncased-sentiment")
|
18 |
}
|
19 |
|