Spaces:
Running
Running
gokaygokay
commited on
Commit
•
1e4c24f
1
Parent(s):
0140766
Update app.py
Browse files
app.py
CHANGED
@@ -367,7 +367,7 @@ def create_interface():
|
|
367 |
clothing = gr.Dropdown(["disabled", "random"] + CLOTHING, label="Clothing", value="random")
|
368 |
composition = gr.Dropdown(["disabled", "random"] + COMPOSITION, label="Composition", value="random")
|
369 |
pose = gr.Dropdown(["disabled", "random"] + POSE, label="Pose", value="random")
|
370 |
-
|
371 |
|
372 |
generate_button = gr.Button("Generate Prompt")
|
373 |
output = gr.Textbox(label="Generated Prompt")
|
|
|
367 |
clothing = gr.Dropdown(["disabled", "random"] + CLOTHING, label="Clothing", value="random")
|
368 |
composition = gr.Dropdown(["disabled", "random"] + COMPOSITION, label="Composition", value="random")
|
369 |
pose = gr.Dropdown(["disabled", "random"] + POSE, label="Pose", value="random")
|
370 |
+
background = gr.Dropdown(["disabled", "random"] + BACKGROUND, label="Background", value="random")
|
371 |
|
372 |
generate_button = gr.Button("Generate Prompt")
|
373 |
output = gr.Textbox(label="Generated Prompt")
|