Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -95,7 +95,7 @@ def predict_fruit(img):
|
|
| 95 |
return predicted_name, predicted_quality, img
|
| 96 |
|
| 97 |
def main():
|
| 98 |
-
st.title("
|
| 99 |
st.write("Upload an image of a fruit to detect its type, quality, and potential damage.")
|
| 100 |
|
| 101 |
uploaded_file = st.file_uploader("Choose a fruit image...", type=["jpg", "jpeg", "png"])
|
|
|
|
| 95 |
return predicted_name, predicted_quality, img
|
| 96 |
|
| 97 |
def main():
|
| 98 |
+
st.title("An Intelligent Fruits Monitoring System")
|
| 99 |
st.write("Upload an image of a fruit to detect its type, quality, and potential damage.")
|
| 100 |
|
| 101 |
uploaded_file = st.file_uploader("Choose a fruit image...", type=["jpg", "jpeg", "png"])
|