Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -176,8 +176,5 @@ if choice == 'Detection':
|
|
| 176 |
elif feature_choice == 'Detect_any_objects':
|
| 177 |
detect_objects(our_image)
|
| 178 |
|
| 179 |
-
elif choice == '
|
| 180 |
-
|
| 181 |
-
st.markdown("Built with Streamlit by [Soumen Sarker](https://soumen-sarker-personal-website.streamlitapp.com/)")
|
| 182 |
-
st.markdown("Credit [here](https://huggingface.co/models?pipeline_tag=object-detection)")
|
| 183 |
-
#st.success("Isshor Saves @Soumen Sarker")
|
|
|
|
| 176 |
elif feature_choice == 'Detect_any_objects':
|
| 177 |
detect_objects(our_image)
|
| 178 |
|
| 179 |
+
elif choice == 'Sobre':
|
| 180 |
+
st.subheader("Aplicativo de Detecção SOS-RS")
|
|
|
|
|
|
|
|
|