Spaces:
Running
Running
salomonsky
commited on
Commit
•
434794f
1
Parent(s):
aec9996
Update app.py
Browse files
app.py
CHANGED
@@ -99,7 +99,7 @@ def main():
|
|
99 |
if agree:
|
100 |
prompt = st.sidebar.text_input("Descripción de la imagen", max_chars=500)
|
101 |
format_option = st.sidebar.selectbox("Formato", ["9:16", "16:9"])
|
102 |
-
model_option = st.sidebar.selectbox("Modelo", ["
|
103 |
|
104 |
width, height = (720, 1280) if format_option == "9:16" else (1280, 720)
|
105 |
|
|
|
99 |
if agree:
|
100 |
prompt = st.sidebar.text_input("Descripción de la imagen", max_chars=500)
|
101 |
format_option = st.sidebar.selectbox("Formato", ["9:16", "16:9"])
|
102 |
+
model_option = st.sidebar.selectbox("Modelo", ["enhanceaiteam/Flux-uncensored", "enhanceaiteam/Flux-Uncensored-V2"])
|
103 |
|
104 |
width, height = (720, 1280) if format_option == "9:16" else (1280, 720)
|
105 |
|