Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -192,7 +192,7 @@ def prediction():
|
|
192 |
st.image(image, caption='Uploaded Image', width=250)
|
193 |
|
194 |
with col2:
|
195 |
-
st.write(f"**Prediction**: {
|
196 |
st.write(f"**Confidence**: {confidence:.4f}")
|
197 |
|
198 |
def contact():
|
|
|
192 |
st.image(image, caption='Uploaded Image', width=250)
|
193 |
|
194 |
with col2:
|
195 |
+
st.write(f"**Prediction**: {predicted.capitalize()}")
|
196 |
st.write(f"**Confidence**: {confidence:.4f}")
|
197 |
|
198 |
def contact():
|