Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -36,7 +36,7 @@ if file is not None:
|
|
| 36 |
predicted_class = np.argmax(predictions)
|
| 37 |
|
| 38 |
# Class names
|
| 39 |
-
class_names = ['Daisy', 'Dandelion', 'Rose', 'Sunflower', '
|
| 40 |
|
| 41 |
# Show prediction in a visually appealing way with centered text
|
| 42 |
st.markdown(f"### 🌼 **Prediction**: 🌼")
|
|
|
|
| 36 |
predicted_class = np.argmax(predictions)
|
| 37 |
|
| 38 |
# Class names
|
| 39 |
+
class_names = ['Daisy', 'Dandelion', 'Rose', 'Sunflower', 'Tupil']
|
| 40 |
|
| 41 |
# Show prediction in a visually appealing way with centered text
|
| 42 |
st.markdown(f"### 🌼 **Prediction**: 🌼")
|