aymen12 commited on
Commit
5f8bd91
1 Parent(s): 455ae45
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,4 +1,4 @@
1
- imoort gradio as gr
2
  def predict_fake_or_true_news(text):
3
  text_tfidf = tfidf_vectorizer.transform([text])
4
  prediction = clf.predict(text_tfidf)
 
1
+ import gradio as gr
2
  def predict_fake_or_true_news(text):
3
  text_tfidf = tfidf_vectorizer.transform([text])
4
  prediction = clf.predict(text_tfidf)