Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -133,7 +133,7 @@ with gr.Blocks(theme=theme, css=css, elem_id="app-container") as app:
|
|
133 |
with gr.Row():
|
134 |
text_prompt = gr.Textbox(label="Prompt", placeholder="Enter a prompt here", lines=2, elem_id="prompt-text-input")
|
135 |
with gr.Row():
|
136 |
-
with gr.Accordion("Lora trigger words", open=False):
|
137 |
gr.Markdown("""
|
138 |
- **sdxl-realistic**: szn style
|
139 |
- **stylesdxl-cyberpunk**: szn style
|
|
|
133 |
with gr.Row():
|
134 |
text_prompt = gr.Textbox(label="Prompt", placeholder="Enter a prompt here", lines=2, elem_id="prompt-text-input")
|
135 |
with gr.Row():
|
136 |
+
with gr.Accordion(label="Lora trigger words", open=False):
|
137 |
gr.Markdown("""
|
138 |
- **sdxl-realistic**: szn style
|
139 |
- **stylesdxl-cyberpunk**: szn style
|