kadirnar commited on
Commit
592750c
1 Parent(s): 7f6e31f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -0
app.py CHANGED
@@ -119,6 +119,16 @@ def video_app():
119
  def metaseg_app():
120
  app = gr.Blocks()
121
  with app:
 
 
 
 
 
 
 
 
 
 
122
  with gr.Row():
123
  with gr.Column():
124
  with gr.Tab("Image"):
 
119
  def metaseg_app():
120
  app = gr.Blocks()
121
  with app:
122
+ gr.Markdown("# **<h2 align='center'>Segment Anything + Video</h2>**")
123
+ gr.Markdown(
124
+ """
125
+ <h5 style='text-align: center'>
126
+ Follow me for more!
127
+ <a href='https://twitter.com/kadirnar_ai' target='_blank'>Twitter</a> | <a href='https://github.com/kadirnar' target='_blank'>Github</a> | <a href='https://www.linkedin.com/in/kadir-nar/' target='_blank'>Linkedin</a> |
128
+ </h5>
129
+ """
130
+ )
131
+
132
  with gr.Row():
133
  with gr.Column():
134
  with gr.Tab("Image"):