Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -102,8 +102,8 @@ def main():
|
|
102 |
st.header("Generate image with ControllNet")
|
103 |
with st.sidebar:
|
104 |
st_lottie(lottie_penguin, height=200)
|
105 |
-
choose = option_menu("Generate image", ["
|
106 |
-
icons=['
|
107 |
menu_icon="infinity", default_index=0,
|
108 |
styles={
|
109 |
"container": {"padding": ".0rem", "font-size": "14px"},
|
|
|
102 |
st.header("Generate image with ControllNet")
|
103 |
with st.sidebar:
|
104 |
st_lottie(lottie_penguin, height=200)
|
105 |
+
choose = option_menu("Generate image", ["Canvas", "Upload"],
|
106 |
+
icons=['file-plus', 'cloud-upload'],
|
107 |
menu_icon="infinity", default_index=0,
|
108 |
styles={
|
109 |
"container": {"padding": ".0rem", "font-size": "14px"},
|