3laa2 commited on
Commit
4403c6c
·
1 Parent(s): 24d77bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -13,7 +13,8 @@ def create_model(loc = "stabilityai/stable-diffusion-2-1-base", mch = 'cpu'):
13
 
14
  t2i = st.checkbox("Text2Image")
15
 
16
- type = st.selectbox("Model Name",("stabilityai/stable-diffusion-2-1-base", "CompVis/stable-diffusion-v1-4"))
 
17
  create = st.checkbox("Create The Model")
18
 
19
  if create:
 
13
 
14
  t2i = st.checkbox("Text2Image")
15
 
16
+ the_type = st.selectbox("Model Name",("stabilityai/stable-diffusion-2-1-base",
17
+ "CompVis/stable-diffusion-v1-4"))
18
  create = st.checkbox("Create The Model")
19
 
20
  if create: