Update app.py
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ if uploaded_image is not None:
|
|
49 |
|
50 |
# Find the flower with the highest probability
|
51 |
highest_probability_flower = max(predictions, key=predictions.get)
|
52 |
-
|
53 |
|
54 |
# Display the flower with the highest probability
|
55 |
-
st.write(f"Es ist eine: **{highest_probability_flower}**
|
|
|
49 |
|
50 |
# Find the flower with the highest probability
|
51 |
highest_probability_flower = max(predictions, key=predictions.get)
|
52 |
+
|
53 |
|
54 |
# Display the flower with the highest probability
|
55 |
+
st.write(f"Es ist eine: **{highest_probability_flower}**")
|