Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -224,16 +224,6 @@ def sahi_app():
|
|
224 |
def metaseg_app():
|
225 |
app = gr.Blocks()
|
226 |
with app:
|
227 |
-
gr.Markdown("# **<h2 align='center'>Segment Anything + Video + SAHI</h2>**")
|
228 |
-
gr.Markdown(
|
229 |
-
"""
|
230 |
-
<h5 style='text-align: center'>
|
231 |
-
Follow me for more!
|
232 |
-
<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> |
|
233 |
-
</h5>
|
234 |
-
"""
|
235 |
-
)
|
236 |
-
|
237 |
with gr.Row():
|
238 |
with gr.Column():
|
239 |
with gr.Tab("Image"):
|
|
|
224 |
def metaseg_app():
|
225 |
app = gr.Blocks()
|
226 |
with app:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
227 |
with gr.Row():
|
228 |
with gr.Column():
|
229 |
with gr.Tab("Image"):
|