Spaces:
Running
on
Zero
Running
on
Zero
UI changes
Browse files
app.py
CHANGED
@@ -94,12 +94,12 @@ with gr.Blocks() as demo:
|
|
94 |
ref_prompt = gr.Textbox(label="Reference prompt", value="Man laying on bed")
|
95 |
|
96 |
with gr.Column():
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
results = gr.Gallery()
|
104 |
|
105 |
run_button.click(
|
|
|
94 |
ref_prompt = gr.Textbox(label="Reference prompt", value="Man laying on bed")
|
95 |
|
96 |
with gr.Column():
|
97 |
+
with gr.Group():
|
98 |
+
prompt1 = gr.Textbox(label="Prompt1", value="A man working on a laptop")
|
99 |
+
prompt2 = gr.Textbox(label="Prompt2", value="A man eating pizza")
|
100 |
+
prompt3 = gr.Textbox(label="Prompt3", value="A woman playing on saxophone")
|
101 |
+
run_button = gr.Button("Submit")
|
102 |
+
|
103 |
results = gr.Gallery()
|
104 |
|
105 |
run_button.click(
|