3laa2 commited on
Commit
28c23ee
·
1 Parent(s): fbecb15

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -12,12 +12,12 @@ def create_model(loc = "stabilityai/stable-diffusion-2-1-base", mch = 'cpu'):
12
  return pipe
13
 
14
  t2i = st.title("""
15
- # Text2Image
16
- ###### `CHECK "Create_Update_Model"` :
17
  - `FIRST RUN OF THE CODE`
18
  - `CHANGING MODEL`""")
19
 
20
- the_type = st.selectbox("Model Name",("stabilityai/stable-diffusion-2-1-base",
21
  "CompVis/stable-diffusion-v1-4"))
22
  create = st.button("Create The Model")
23
 
 
12
  return pipe
13
 
14
  t2i = st.title("""
15
+ Txt2Img
16
+ ###### `CLICK "Create_Update_Model"` :
17
  - `FIRST RUN OF THE CODE`
18
  - `CHANGING MODEL`""")
19
 
20
+ the_type = st.selectbox("Model",("stabilityai/stable-diffusion-2-1-base",
21
  "CompVis/stable-diffusion-v1-4"))
22
  create = st.button("Create The Model")
23