sgonzalezsilot commited on
Commit
5c41d18
·
1 Parent(s): e51f63f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -7,7 +7,7 @@ import numpy as np
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,7 +58,7 @@ output = gr.Textbox(label="Result")
58
 
59
  descripcion = (
60
  "<center>"
61
- # "<img src='file/robot_reading_news.png'>"
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
  )