Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
|
2 |
import gradio as gr
|
3 |
from ultralytics import YOLO
|
4 |
import spaces
|
@@ -162,7 +161,7 @@ with gradio_app:
|
|
162 |
"""
|
163 |
<h3 style='text-align: center'>
|
164 |
Follow me for more!
|
165 |
-
<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> | <a href='https://
|
166 |
</h3>
|
167 |
""")
|
168 |
with gr.Row():
|
|
|
|
|
1 |
import gradio as gr
|
2 |
from ultralytics import YOLO
|
3 |
import spaces
|
|
|
161 |
"""
|
162 |
<h3 style='text-align: center'>
|
163 |
Follow me for more!
|
164 |
+
<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> | <a href='https://github.com/roboflow/supervision/' target='_blank'>Supervision</a>
|
165 |
</h3>
|
166 |
""")
|
167 |
with gr.Row():
|