Aytaj commited on
Commit
a9046df
1 Parent(s): 16d195c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,4 +1,5 @@
1
  from transformers import pipeline
 
2
 
3
  # Load the text classification pipeline for sentiment analysis
4
  fake_news_detector = pipeline("text-classification", model="facebook/bart-large-mnli")
 
1
  from transformers import pipeline
2
+ import streamlit as st
3
 
4
  # Load the text classification pipeline for sentiment analysis
5
  fake_news_detector = pipeline("text-classification", model="facebook/bart-large-mnli")