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