Spaces:
Running
Running
Jeysshon
commited on
Commit
·
f7bee87
1
Parent(s):
7f07690
Update app.py
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ examples = [
|
|
35 |
['image4_normal.jpeg'],
|
36 |
]
|
37 |
|
38 |
-
|
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 |
-
|
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 |
)
|