mansesa3 commited on
Commit
b755eb5
·
verified ·
1 Parent(s): dcd0170

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,4 +47,4 @@ if uploaded_image is not None:
47
  highest_probability_value = predictions[highest_probability_flower]
48
 
49
  # Display the flower with the highest probability
50
- st.write(f"Es ist eine: **{highest_probability_flower}** mit einer Wahrscheinlichkeit von **{highest_probability_value * 100}%**.")
 
47
  highest_probability_value = predictions[highest_probability_flower]
48
 
49
  # Display the flower with the highest probability
50
+ st.write(f"Es ist eine: **{highest_probability_flower}** .")