Jeysshon commited on
Commit
f7bee87
·
1 Parent(s): 7f07690

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -35,7 +35,7 @@ examples = [
35
  ['image4_normal.jpeg'],
36
  ]
37
 
38
- texto_jey = "<p style='text-align: center'><span style='font-size: 15pt;'>IsaTron . Jeysshon Bustos . 2022. </span></p>"
39
 
40
 
41
  interface=gr.Interface(fn=make_prediction,
@@ -45,7 +45,7 @@ interface=gr.Interface(fn=make_prediction,
45
  ##interpretation = "default",
46
  description=description,
47
  theme="dark-huggingface",
48
- texto_jey=texto_jey,
49
  examples=examples,
50
  enable_queue=enable_queue
51
  )
 
35
  ['image4_normal.jpeg'],
36
  ]
37
 
38
+ article= "<p style='text-align: center'><span style='font-size: 15pt;'>IsaTron . Jeysshon Bustos . 2022. </span></p>"
39
 
40
 
41
  interface=gr.Interface(fn=make_prediction,
 
45
  ##interpretation = "default",
46
  description=description,
47
  theme="dark-huggingface",
48
+ article=article,
49
  examples=examples,
50
  enable_queue=enable_queue
51
  )