Spaces:
Runtime error
Runtime error
Commit
·
5c41d18
1
Parent(s):
e51f63f
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ import numpy as np
|
|
7 |
|
8 |
|
9 |
m = from_pretrained_keras('sgonzalezsilot/FakeNews-Detection-Twitter-Thesis')
|
10 |
-
|
11 |
|
12 |
MODEL = "digitalepidemiologylab/covid-twitter-bert-v2"
|
13 |
tokenizer = AutoTokenizer.from_pretrained(MODEL)
|
@@ -58,7 +58,7 @@ output = gr.Textbox(label="Result")
|
|
58 |
|
59 |
descripcion = (
|
60 |
"<center>"
|
61 |
-
|
62 |
"Demo of the Covid-Twitter Fake News Detection System from my thesis."
|
63 |
"</center>"
|
64 |
)
|
|
|
7 |
|
8 |
|
9 |
m = from_pretrained_keras('sgonzalezsilot/FakeNews-Detection-Twitter-Thesis')
|
10 |
+
model = from_pretrained_keras("keras-io/cct")
|
11 |
|
12 |
MODEL = "digitalepidemiologylab/covid-twitter-bert-v2"
|
13 |
tokenizer = AutoTokenizer.from_pretrained(MODEL)
|
|
|
58 |
|
59 |
descripcion = (
|
60 |
"<center>"
|
61 |
+
"<img src='robot.png'>"
|
62 |
"Demo of the Covid-Twitter Fake News Detection System from my thesis."
|
63 |
"</center>"
|
64 |
)
|