Update app.py
Browse files
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 |
-
|
16 |
-
###### `
|
17 |
- `FIRST RUN OF THE CODE`
|
18 |
- `CHANGING MODEL`""")
|
19 |
|
20 |
-
the_type = st.selectbox("Model
|
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 |
|