Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -0
src/streamlit_app.py
CHANGED
|
@@ -3,6 +3,7 @@ import numpy as np
|
|
| 3 |
from PIL import Image
|
| 4 |
import tensorflow as tf
|
| 5 |
from tensorflow.keras.models import load_model
|
|
|
|
| 6 |
|
| 7 |
st.set_page_config(page_title="Rice Classification", page_icon="🍚", layout="centered")
|
| 8 |
|
|
|
|
| 3 |
from PIL import Image
|
| 4 |
import tensorflow as tf
|
| 5 |
from tensorflow.keras.models import load_model
|
| 6 |
+
from pathlib import Path
|
| 7 |
|
| 8 |
st.set_page_config(page_title="Rice Classification", page_icon="🍚", layout="centered")
|
| 9 |
|