salomonsky commited on
Commit
c9f21b2
1 Parent(s): f0ba53b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -129,7 +129,7 @@ def delete_image(image_path):
129
  def main():
130
  st.set_page_config(layout="wide")
131
  st.title("FLUX with enhancer upscaler and LORA realism training")
132
- prompt = st.sidebar.text_input("Descripción de la imagen", max_chars=200)
133
 
134
  with st.sidebar.expander("Opciones avanzadas", expanded=False):
135
  basemodel = st.selectbox("Modelo Base", ["black-forest-labs/FLUX.1-schnell", "black-forest-labs/FLUX.1-DEV"])
 
129
  def main():
130
  st.set_page_config(layout="wide")
131
  st.title("FLUX with enhancer upscaler and LORA realism training")
132
+ prompt = st.sidebar.text_input("Descripción de la imagen", max_chars=500)
133
 
134
  with st.sidebar.expander("Opciones avanzadas", expanded=False):
135
  basemodel = st.selectbox("Modelo Base", ["black-forest-labs/FLUX.1-schnell", "black-forest-labs/FLUX.1-DEV"])