3laa2 commited on
Commit
406927c
·
1 Parent(s): d90716a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -23,13 +23,14 @@ t2i = st.title("""
23
  Txt2Img
24
  ###### `CLICK "Create_Update_Model"` :
25
  - `FIRST RUN OF THE CODE`
26
- - `CHANGING MODEL`""")
 
27
 
28
  the_type = st.selectbox("Model",("stabilityai/stable-diffusion-2-1-base",
29
  "CompVis/stable-diffusion-v1-4"))
30
  st.session_state.gate = False
31
 
32
- ma_1,_,ma_2 = st.columns([1,3,1])
33
 
34
  with ma_1 :
35
  create = st.button("Create The Model")
 
23
  Txt2Img
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,3,1])
34
 
35
  with ma_1 :
36
  create = st.button("Create The Model")