sgonzalezsilot
commited on
Commit
•
f6a5f9f
1
Parent(s):
58b3215
Update app.py
Browse files
app.py
CHANGED
@@ -60,6 +60,10 @@ iface = gr.Interface(fn = get_news,
|
|
60 |
inputs = tweet_input,
|
61 |
outputs = output,
|
62 |
title = 'Fake News',
|
63 |
-
description=""
|
|
|
|
|
|
|
|
|
64 |
|
65 |
iface.launch(inline = False)
|
|
|
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.",
|
66 |
+
"In the first half of 2020 WHO coordinated the logistics & shipped 😷More than 3M surgical masks 🧤More than 2M gloves 🧰More than 1M diagnostic kits 🥼More than 200K gowns 🛡️More than 100K face shields to 135 countries across the🌍🌎🌏. https://t.co/iz4YQkbSGM",
|
67 |
+
"Many COVID-19 treatments may be associated with adverse skin reactions and should be considered in a differential diagnosis new report says. https://t.co/GLSeYX2VDq"])
|
68 |
|
69 |
iface.launch(inline = False)
|