Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -529,7 +529,7 @@ with gr.Blocks(
|
|
| 529 |
with gr.Row(elem_classes="custom-rows"):
|
| 530 |
char_styles = gr.Textbox(label="🧥 Outfit Descriptions", placeholder="e.g. Elora wears a leafy cloak, Bramble has a warrior vest", elem_id="textarea")
|
| 531 |
char_moods = gr.Textbox(label="😠 Character Moods", placeholder="e.g. Elora is cautious, Bramble is brave", elem_id="textarea")
|
| 532 |
-
bg_style = gr.Textbox(label="🎨 Background Style", placeholder="e.g. Realistic
|
| 533 |
with gr.Group(elem_id="accordion"):
|
| 534 |
with gr.Row(elem_classes="custom-rows"):
|
| 535 |
with gr.Row(elem_classes="custom-rows"):
|
|
|
|
| 529 |
with gr.Row(elem_classes="custom-rows"):
|
| 530 |
char_styles = gr.Textbox(label="🧥 Outfit Descriptions", placeholder="e.g. Elora wears a leafy cloak, Bramble has a warrior vest", elem_id="textarea")
|
| 531 |
char_moods = gr.Textbox(label="😠 Character Moods", placeholder="e.g. Elora is cautious, Bramble is brave", elem_id="textarea")
|
| 532 |
+
bg_style = gr.Textbox(label="🎨 Background Style", placeholder="e.g. Realistic, Cartoon, Fantasy, Dark Fantasy" ,elem_id="textarea")
|
| 533 |
with gr.Group(elem_id="accordion"):
|
| 534 |
with gr.Row(elem_classes="custom-rows"):
|
| 535 |
with gr.Row(elem_classes="custom-rows"):
|