Osmanerendgn commited on
Commit
8bd6ec0
·
verified ·
1 Parent(s): 653641f

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. 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