Spaces:
Sleeping
Sleeping
Commit
·
e8fa7da
1
Parent(s):
3084e8d
Update app.py
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ prom = st.text_input("Prompt",'')
|
|
32 |
|
33 |
neg_prom = st.text_input("Negative Prompt",'')
|
34 |
|
35 |
-
style = st.selectbox("Image
|
36 |
"Picasso",
|
37 |
"Real-world specific",
|
38 |
"Digital Art",
|
|
|
32 |
|
33 |
neg_prom = st.text_input("Negative Prompt",'')
|
34 |
|
35 |
+
style = st.selectbox("TODO: Image Style",("Cyberpunk",
|
36 |
"Picasso",
|
37 |
"Real-world specific",
|
38 |
"Digital Art",
|