asad231 commited on
Commit
7cfe356
·
verified ·
1 Parent(s): 71410a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="xlm-roberta-large-fake-news")
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)