Update src/streamlit_app.py
Browse files- 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)
|