Spaces:
Runtime error
Runtime error
add profile references
Browse files
app.py
CHANGED
@@ -43,6 +43,13 @@ def predict(youtube_url, labels_text):
|
|
43 |
app = gr.Blocks()
|
44 |
with app:
|
45 |
gr.Markdown("# **<p align='center'>Zero-shot Video Classification with X-CLIP</p>**")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
46 |
|
47 |
with gr.Row():
|
48 |
with gr.Column():
|
|
|
43 |
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 |
+
<p style='text-align: center'>
|
49 |
+
Follow me for more! <a href='https://twitter.com/fcakyon' target='_blank'> <img src="https://img.icons8.com/color/48/000000/twitter--v1.png" height="30"></a><a href='https://github.com/fcakyon' target='_blank'><img src="https://img.icons8.com/fluency/48/000000/github.png" height="27"></a><a href='https://www.linkedin.com/in/fcakyon/' target='_blank'><img src="https://img.icons8.com/fluency/48/000000/linkedin.png" height="30"></a> <a href='https://fcakyon.medium.com/' target='_blank'><img src="https://img.icons8.com/ios-filled/48/000000/medium-monogram.png" height="26"></a>
|
50 |
+
</p>
|
51 |
+
"""
|
52 |
+
)
|
53 |
|
54 |
with gr.Row():
|
55 |
with gr.Column():
|