Spaces:
Running
Running
salomonsky
commited on
Update app.py
Browse files
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("
|
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):
|