salomonsky commited on
Commit
f0ba53b
verified
1 Parent(s): 754753e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -128,7 +128,7 @@ def delete_image(image_path):
128
 
129
  def main():
130
  st.set_page_config(layout="wide")
131
- st.title("Generador de Im谩genes FLUX")
132
  prompt = st.sidebar.text_input("Descripci贸n de la imagen", max_chars=200)
133
 
134
  with st.sidebar.expander("Opciones avanzadas", expanded=False):
 
128
 
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):