Spaces:
Runtime error
Runtime error
Daniel Cerda Escobar
commited on
Commit
Β·
78e6083
1
Parent(s):
a7c772b
Update web page text
Browse files
app.py
CHANGED
@@ -84,7 +84,7 @@ class SpinnerTexts:
|
|
84 |
|
85 |
|
86 |
st.set_page_config(
|
87 |
-
page_title="Small Object Detection with SAHI +
|
88 |
page_icon="π",
|
89 |
layout="centered",
|
90 |
initial_sidebar_state="auto",
|
@@ -105,21 +105,21 @@ st.markdown(
|
|
105 |
"""
|
106 |
<h2 style='text-align: center'>
|
107 |
Small Object Detection <br />
|
108 |
-
with SAHI +
|
109 |
</h2>
|
110 |
""",
|
111 |
unsafe_allow_html=True,
|
112 |
)
|
113 |
-
st.markdown(
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
)
|
123 |
|
124 |
st.write("##")
|
125 |
|
|
|
84 |
|
85 |
|
86 |
st.set_page_config(
|
87 |
+
page_title="Small Object Detection with SAHI + YOLOv8",
|
88 |
page_icon="π",
|
89 |
layout="centered",
|
90 |
initial_sidebar_state="auto",
|
|
|
105 |
"""
|
106 |
<h2 style='text-align: center'>
|
107 |
Small Object Detection <br />
|
108 |
+
with SAHI + YOLOv8
|
109 |
</h2>
|
110 |
""",
|
111 |
unsafe_allow_html=True,
|
112 |
)
|
113 |
+
# st.markdown(
|
114 |
+
# """
|
115 |
+
# <p style='text-align: center'>
|
116 |
+
# <a href='https://github.com/obss/sahi' target='_blank'>SAHI Github</a> | <a href='https://github.com/open-mmlab/mmdetection/tree/master/configs/yolox' target='_blank'>YOLOX Github</a> | <a href='https://huggingface.co/spaces/fcakyon/sahi-yolov5' target='_blank'>SAHI+YOLOv5 Demo</a>
|
117 |
+
# <br />
|
118 |
+
# 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>
|
119 |
+
# </p>
|
120 |
+
# """,
|
121 |
+
# unsafe_allow_html=True,
|
122 |
+
# )
|
123 |
|
124 |
st.write("##")
|
125 |
|