Update app.py
Browse files
app.py
CHANGED
@@ -104,7 +104,7 @@ st.title("📰 Fake News & Deepfake Detection Tool")
|
|
104 |
st.write("🚀 Detect Fake News, Deepfake Images, and Videos using AI")
|
105 |
|
106 |
# Load Models
|
107 |
-
fake_news_detector = pipeline("text-classification", model="
|
108 |
|
109 |
# Load Deepfake Detection Models
|
110 |
base_model_image = Xception(weights="imagenet", include_top=False)
|
|
|
104 |
st.write("🚀 Detect Fake News, Deepfake Images, and Videos using AI")
|
105 |
|
106 |
# Load Models
|
107 |
+
fake_news_detector = pipeline("text-classification", model="MoritzLaurer/deberta-v3-large-contrastive-fake-news")
|
108 |
|
109 |
# Load Deepfake Detection Models
|
110 |
base_model_image = Xception(weights="imagenet", include_top=False)
|