salomonsky commited on
Commit
d143016
verified
1 Parent(s): ad396e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", ["salomonsky/flux3"])
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)