Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# 🕵️ Fake News Detector
|
2 |
|
3 |
A simple NLP app that detects whether a news article is FAKE or REAL using a fine-tuned BERT model.
|
|
|
1 |
+
---
|
2 |
+
title: Fake News Detector
|
3 |
+
emoji: 🕵️
|
4 |
+
colorFrom: red
|
5 |
+
colorTo: pink
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: "4.30.0"
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
+
|
12 |
# 🕵️ Fake News Detector
|
13 |
|
14 |
A simple NLP app that detects whether a news article is FAKE or REAL using a fine-tuned BERT model.
|