Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -196,7 +196,7 @@ def main():
|
|
196 |
|
197 |
prompt = st.sidebar.text_area("Descripci贸n de la imagen", height=150, max_chars=500)
|
198 |
format_option = st.sidebar.selectbox("Formato", ["9:16", "16:9", "1:1"])
|
199 |
-
model_option = st.sidebar.selectbox("Modelo", ["
|
200 |
prompt_enhance = st.sidebar.checkbox("Mejorar Prompt", True)
|
201 |
num_variants = st.sidebar.slider("N煤mero de im谩genes", 1, 8, 8)
|
202 |
width, height = (720, 1280) if format_option == "9:16" else (1280, 720) if format_option == "16:9" else (1280, 1280)
|
|
|
196 |
|
197 |
prompt = st.sidebar.text_area("Descripci贸n de la imagen", height=150, max_chars=500)
|
198 |
format_option = st.sidebar.selectbox("Formato", ["9:16", "16:9", "1:1"])
|
199 |
+
model_option = st.sidebar.selectbox("Modelo", ["enhanceaiteam/Flux-Uncensored-V2"])
|
200 |
prompt_enhance = st.sidebar.checkbox("Mejorar Prompt", True)
|
201 |
num_variants = st.sidebar.slider("N煤mero de im谩genes", 1, 8, 8)
|
202 |
width, height = (720, 1280) if format_option == "9:16" else (1280, 720) if format_option == "16:9" else (1280, 1280)
|