davidlee1102 commited on
Commit
c592078
·
1 Parent(s): 25d6b2b
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -21,6 +21,8 @@ def preprocess_image(image, target_size=(224, 224)):
21
  return np.expand_dims(image_array, axis=0)
22
 
23
 
 
 
24
  col1, col2 = st.columns(2)
25
 
26
  if uploaded_file is not None:
 
21
  return np.expand_dims(image_array, axis=0)
22
 
23
 
24
+
25
+
26
  col1, col2 = st.columns(2)
27
 
28
  if uploaded_file is not None: