Spaces:
No application file
No application file
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -120,4 +120,4 @@ if uploaded_file:
|
|
| 120 |
os.unlink(output_path)
|
| 121 |
|
| 122 |
st.markdown("---")
|
| 123 |
-
st.caption("Built with Streamlit + Hugging Face DETR + OpenCV")
|
|
|
|
| 120 |
os.unlink(output_path)
|
| 121 |
|
| 122 |
st.markdown("---")
|
| 123 |
+
st.caption("Built with Streamlit + Hugging Face DETR + OpenCV")
|