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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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",256,1024,128)
40
  with c5:
41
- sl_2 = st.slider("hight",256,1024,128)
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: