Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -179,7 +179,7 @@ def main():
|
|
179 |
|
180 |
prompt = st.sidebar.text_area("Descripci贸n de la imagen", height=150, max_chars=500)
|
181 |
format_option = st.sidebar.selectbox("Formato", ["9:16", "16:9", "1:1"])
|
182 |
-
model_option = st.sidebar.selectbox("Modelo", ["
|
183 |
prompt_enhance = st.sidebar.checkbox("Mejorar Prompt", True)
|
184 |
num_variants = st.sidebar.slider("N煤mero de im谩genes", 1, 8, 8)
|
185 |
width, height = (720, 1280) if format_option == "9:16" else (1280, 720) if format_option == "16:9" else (1280, 1280)
|
|
|
179 |
|
180 |
prompt = st.sidebar.text_area("Descripci贸n de la imagen", height=150, max_chars=500)
|
181 |
format_option = st.sidebar.selectbox("Formato", ["9:16", "16:9", "1:1"])
|
182 |
+
model_option = st.sidebar.selectbox("Modelo", ["salomonsky/flux3"])
|
183 |
prompt_enhance = st.sidebar.checkbox("Mejorar Prompt", True)
|
184 |
num_variants = st.sidebar.slider("N煤mero de im谩genes", 1, 8, 8)
|
185 |
width, height = (720, 1280) if format_option == "9:16" else (1280, 720) if format_option == "16:9" else (1280, 1280)
|