Spaces:
Running
Running
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -7,7 +7,7 @@ import io
|
|
| 7 |
import numpy as np
|
| 8 |
import gc
|
| 9 |
|
| 10 |
-
# Page Configuration
|
| 11 |
st.set_page_config(layout="wide", page_title="AI Image Lab")
|
| 12 |
|
| 13 |
# --- 1. MODEL LOADING ---
|
|
|
|
| 7 |
import numpy as np
|
| 8 |
import gc
|
| 9 |
|
| 10 |
+
# Page Configuration d
|
| 11 |
st.set_page_config(layout="wide", page_title="AI Image Lab")
|
| 12 |
|
| 13 |
# --- 1. MODEL LOADING ---
|