import gradio as gr description = "This uses BERT transformer architecture to classify fake news" title = "COMP 6233 Artefact : Fake News Detection" gr.load("models/1nferno/Fake_news_detection",description=description,title=title).launch()