Spaces:
Runtime error
Runtime error
Francisco Cerna Fukuzaki
commited on
Commit
•
b315d3a
1
Parent(s):
34155d0
Logo
Browse files
app.py
CHANGED
@@ -14,8 +14,14 @@ demo = gr.Blocks()
|
|
14 |
with demo:
|
15 |
|
16 |
gr.Markdown("# **<p align='center'>Video Classification with Transformers</p>**")
|
17 |
-
|
18 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
|
20 |
with gr.Tabs():
|
21 |
|
|
|
14 |
with demo:
|
15 |
|
16 |
gr.Markdown("# **<p align='center'>Video Classification with Transformers</p>**")
|
17 |
+
description="""# <p>
|
18 |
+
<center>
|
19 |
+
Demo de clasificador de video usando modelo híbrido basado en Transformers con CNN, el objetivo es reconocer un segemento y recortarlo.
|
20 |
+
<img src=\"https://raw.githubusercontent.com/All-Aideas/sea_apirest/main/logo.png\" alt=\"logo\" width=\"250\"/>
|
21 |
+
</center>
|
22 |
+
</p>
|
23 |
+
"""
|
24 |
+
gr.Markdown(description)
|
25 |
|
26 |
with gr.Tabs():
|
27 |
|