Update app.py
Browse files
app.py
CHANGED
@@ -36,9 +36,9 @@ with c2:
|
|
36 |
with c3:
|
37 |
bu_3 = st.text_input("Number of Images",'1')
|
38 |
with c4:
|
39 |
-
sl_1 = st.slider("Width",
|
40 |
with c5:
|
41 |
-
sl_2 = st.slider("hight",
|
42 |
|
43 |
create = st.button("Imagine")
|
44 |
if create:
|
|
|
36 |
with c3:
|
37 |
bu_3 = st.text_input("Number of Images",'1')
|
38 |
with c4:
|
39 |
+
sl_1 = st.slider("Width",128,1024,512,8)
|
40 |
with c5:
|
41 |
+
sl_2 = st.slider("hight",128,1024,512,8)
|
42 |
|
43 |
create = st.button("Imagine")
|
44 |
if create:
|