Spaces:
Running
Running
Commit
·
94088a8
1
Parent(s):
2c2bd10
Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ with c1:
|
|
37 |
bu_1 = st.text_input("Seed",'999')
|
38 |
with c2:
|
39 |
bu_2 = st.text_input("Steps",'12')
|
40 |
-
|
41 |
bu_3 = st.text_input("Guidance Scale","7.5")
|
42 |
with c4:
|
43 |
bu_4 = st.text_input("Number of Images",'1')
|
|
|
37 |
bu_1 = st.text_input("Seed",'999')
|
38 |
with c2:
|
39 |
bu_2 = st.text_input("Steps",'12')
|
40 |
+
with c3:
|
41 |
bu_3 = st.text_input("Guidance Scale","7.5")
|
42 |
with c4:
|
43 |
bu_4 = st.text_input("Number of Images",'1')
|