Update app.py
Browse files
app.py
CHANGED
@@ -24,13 +24,13 @@ Txt2Img
|
|
24 |
###### `CLICK "Create_Update_Model"` :
|
25 |
- `FIRST RUN OF THE CODE`
|
26 |
- `CHANGING MODEL`
|
27 |
-
######
|
28 |
|
29 |
the_type = st.selectbox("Model",("stabilityai/stable-diffusion-2-1-base",
|
30 |
"CompVis/stable-diffusion-v1-4"))
|
31 |
st.session_state.gate = False
|
32 |
|
33 |
-
ma_1,_,ma_2 = st.columns([2,
|
34 |
|
35 |
with ma_1 :
|
36 |
create = st.button("Create The Model")
|
|
|
24 |
###### `CLICK "Create_Update_Model"` :
|
25 |
- `FIRST RUN OF THE CODE`
|
26 |
- `CHANGING MODEL`
|
27 |
+
###### TO USE GPT PROMPTS GENERATOR CHECK `GPT PROMS` THEN CLICK `CREATE GPT MODEL`""")
|
28 |
|
29 |
the_type = st.selectbox("Model",("stabilityai/stable-diffusion-2-1-base",
|
30 |
"CompVis/stable-diffusion-v1-4"))
|
31 |
st.session_state.gate = False
|
32 |
|
33 |
+
ma_1,_,ma_2 = st.columns([2,2,2])
|
34 |
|
35 |
with ma_1 :
|
36 |
create = st.button("Create The Model")
|