systash commited on
Commit
888c5a1
·
1 Parent(s): 3c1e011

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import gradio as gr
6
 
7
  iface = gr.Interface.load("models/systash/autotrain-fake_news_fine_tuned_v4-38998102353",
8
  title="Fake News Detector",
9
- description="Enter text to find out if a news article is true so you don't spread false information. The model uses things like the source, the style of writing, and other signs of trustworthiness to give a credibility score to the text that was entered. <br>The zero (0) label represents real news, and the one (1) label represents fake news.",
10
  article="https://systash.ai/product/fake-news-detector/",
11
  thumbnail="https://systash.ai/wp-content/uploads/2021/03/fake-news-detector.png")
12
 
 
6
 
7
  iface = gr.Interface.load("models/systash/autotrain-fake_news_fine_tuned_v4-38998102353",
8
  title="Fake News Detector",
9
+ description="Enter text to find out if a news article is true so you don't spread false information. The model uses things like the source, the style of writing, and other signs of trustworthiness to give a credibility score to the text that was entered. <br><br>The zero (0) label represents real news, and the one (1) label represents fake news.",
10
  article="https://systash.ai/product/fake-news-detector/",
11
  thumbnail="https://systash.ai/wp-content/uploads/2021/03/fake-news-detector.png")
12