Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ except Exception as e:
|
|
31 |
st.error(f"Error loading model: {e}")
|
32 |
|
33 |
# Streamlit app
|
34 |
-
st.title("
|
35 |
st.write("Upload an image and let the model detect objects.")
|
36 |
|
37 |
# Sliders for Confidence and Overlap thresholds
|
|
|
31 |
st.error(f"Error loading model: {e}")
|
32 |
|
33 |
# Streamlit app
|
34 |
+
st.title("Roofy v5 basic test")
|
35 |
st.write("Upload an image and let the model detect objects.")
|
36 |
|
37 |
# Sliders for Confidence and Overlap thresholds
|