Spaces:
Running
Running
fcakyon
commited on
Commit
Β·
a5d9cc2
1
Parent(s):
c2ae871
minor updates
Browse files
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
title: Small Object Detection with
|
| 3 |
emoji: π
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: purple
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Small Object Detection with YOLOX
|
| 3 |
emoji: π
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: purple
|
app.py
CHANGED
|
@@ -248,3 +248,11 @@ static_component = image_comparison(
|
|
| 248 |
make_responsive=True,
|
| 249 |
in_memory=True,
|
| 250 |
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 248 |
make_responsive=True,
|
| 249 |
in_memory=True,
|
| 250 |
)
|
| 251 |
+
st.markdown(
|
| 252 |
+
"""
|
| 253 |
+
<p style='text-align: center'>
|
| 254 |
+
prepared with <a href='https://github.com/fcakyon/streamlit-image-comparison' target='_blank'>streamlit-image-comparison</a>
|
| 255 |
+
</p>
|
| 256 |
+
""",
|
| 257 |
+
unsafe_allow_html=True,
|
| 258 |
+
)
|