Spaces:
Runtime error
Runtime error
update socail links
Browse files
app.py
CHANGED
@@ -44,11 +44,12 @@ app = gr.Blocks()
|
|
44 |
with app:
|
45 |
gr.Markdown("# **<p align='center'>Zero-shot Video Classification with X-CLIP</p>**")
|
46 |
gr.Markdown(
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
|
|
52 |
)
|
53 |
|
54 |
with gr.Row():
|
@@ -71,6 +72,6 @@ with app:
|
|
71 |
\n Demo created by: <a href=\"https://github.com/fcakyon\">fcakyon</a>
|
72 |
<br> Based on this <a href=\"https://huggingface.co/microsoft/xclip-base-patch16-zero-shot\">HuggingFace model</a>
|
73 |
"""
|
74 |
-
|
75 |
|
76 |
app.launch()
|
|
|
44 |
with app:
|
45 |
gr.Markdown("# **<p align='center'>Zero-shot Video Classification with X-CLIP</p>**")
|
46 |
gr.Markdown(
|
47 |
+
"""
|
48 |
+
<p style='text-align: center'>
|
49 |
+
Follow me for more!
|
50 |
+
<br> <a href='https://twitter.com/fcakyon' target='_blank'>twitter</a> | <a href='https://github.com/fcakyon' target='_blank'>github</a> | <a href='https://www.linkedin.com/in/fcakyon/' target='_blank'>linkedin</a> | <a href='https://fcakyon.medium.com/' target='_blank'>medium</a>
|
51 |
+
</p>
|
52 |
+
"""
|
53 |
)
|
54 |
|
55 |
with gr.Row():
|
|
|
72 |
\n Demo created by: <a href=\"https://github.com/fcakyon\">fcakyon</a>
|
73 |
<br> Based on this <a href=\"https://huggingface.co/microsoft/xclip-base-patch16-zero-shot\">HuggingFace model</a>
|
74 |
"""
|
75 |
+
)
|
76 |
|
77 |
app.launch()
|