Silence1412 commited on
Commit
9c2f138
·
1 Parent(s): 8255c42

Update app.py

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