fcakyon commited on
Commit
2a4a324
·
1 Parent(s): 974ba62

update socail links

Browse files
Files changed (1) hide show
  1. app.py +7 -6
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
- <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():
@@ -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()