lukeafullard commited on
Commit
9250bf3
·
verified ·
1 Parent(s): a6dfa32

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -0
src/streamlit_app.py CHANGED
@@ -66,6 +66,7 @@ def convert_image_to_bytes(img):
66
  def main():
67
  st.title("✨ AI Image Lab: Pure PyTorch Edition")
68
  st.markdown("Processing pipeline: **RMBG-1.4 (No ONNX)**")
 
69
 
70
  # --- Sidebar Controls ---
71
  st.sidebar.header("Processing Pipeline")
 
66
  def main():
67
  st.title("✨ AI Image Lab: Pure PyTorch Edition")
68
  st.markdown("Processing pipeline: **RMBG-1.4 (No ONNX)**")
69
+ st.write("XSRF:", st.get_option("server.enableXsrfProtection"))
70
 
71
  # --- Sidebar Controls ---
72
  st.sidebar.header("Processing Pipeline")