Spaces:
Runtime error
Runtime error
Commit
·
9604e0d
1
Parent(s):
f6a5f9f
Update app.py
Browse files
app.py
CHANGED
|
@@ -59,7 +59,7 @@ output = gr.Textbox(label="Result")
|
|
| 59 |
iface = gr.Interface(fn = get_news,
|
| 60 |
inputs = tweet_input,
|
| 61 |
outputs = output,
|
| 62 |
-
title = 'Fake News',
|
| 63 |
description="Demo of the Covid-Twitter Fake News Detection System from my thesis.",
|
| 64 |
examples=["CDC Recommends Mothers Stop Breastfeeding To Boost Vaccine Efficacy",
|
| 65 |
"An article claiming that Bill Gates' vaccine would modify human DNA.",
|
|
|
|
| 59 |
iface = gr.Interface(fn = get_news,
|
| 60 |
inputs = tweet_input,
|
| 61 |
outputs = output,
|
| 62 |
+
title = 'Covid Fake News Detection System',
|
| 63 |
description="Demo of the Covid-Twitter Fake News Detection System from my thesis.",
|
| 64 |
examples=["CDC Recommends Mothers Stop Breastfeeding To Boost Vaccine Efficacy",
|
| 65 |
"An article claiming that Bill Gates' vaccine would modify human DNA.",
|