devansh71 commited on
Commit
84cf0ea
·
verified ·
1 Parent(s): 2bd359f

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -0
src/streamlit_app.py CHANGED
@@ -21,6 +21,7 @@ if img_file_buffer is not None:
21
 
22
  # Run through model
23
  output_image, result_text = model(input_image)
 
24
 
25
  st.subheader("🧠 Model Output")
26
  st.image(output_image, caption="Processed Output", use_column_width=True)
 
21
 
22
  # Run through model
23
  output_image, result_text = model(input_image)
24
+ print('processed')
25
 
26
  st.subheader("🧠 Model Output")
27
  st.image(output_image, caption="Processed Output", use_column_width=True)