tensorkelechi commited on
Commit
947d247
·
verified ·
1 Parent(s): 04fc2a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -150,6 +150,6 @@ def run_model_pipeline(model, original_image, comparison_image, threshold=0.5):
150
  if st.button("Run Model Pipeline"):
151
  model = load_pipeline()
152
 
153
- # button click to process images
154
- if st.button("Process Images"):
155
- run_model_pipeline(model, original_image, comparison_image)
 
150
  if st.button("Run Model Pipeline"):
151
  model = load_pipeline()
152
 
153
+ # button click to process images
154
+ if st.button("Process Images"):
155
+ run_model_pipeline(model, original_image, comparison_image)