Commit
·
24c81de
1
Parent(s):
91c06f5
button msg
Browse files
app.py
CHANGED
@@ -159,7 +159,7 @@ with image_blocks as demo:
|
|
159 |
prompt = gr.Textbox(label="scene description", placeholder="Enter your scene description here...")
|
160 |
with gr.Row(elem_id="prompt-container", equal_height=True):
|
161 |
with gr.Column():
|
162 |
-
btn = gr.Button("
|
163 |
|
164 |
with gr.Column():
|
165 |
image_out = gr.Image(label="Output", elem_id="output-img")
|
@@ -181,7 +181,7 @@ with image_blocks as demo:
|
|
181 |
ref_image = gr.Image(type="pil", label="Reference Image")
|
182 |
with gr.Row(elem_id="prompt-container", equal_height=True):
|
183 |
with gr.Column():
|
184 |
-
btn = gr.Button("
|
185 |
|
186 |
with gr.Column():
|
187 |
image_out = gr.Image(label="Output", elem_id="output-img")
|
|
|
159 |
prompt = gr.Textbox(label="scene description", placeholder="Enter your scene description here...")
|
160 |
with gr.Row(elem_id="prompt-container", equal_height=True):
|
161 |
with gr.Column():
|
162 |
+
btn = gr.Button("Generate Product Shot!", elem_id="run_button")
|
163 |
|
164 |
with gr.Column():
|
165 |
image_out = gr.Image(label="Output", elem_id="output-img")
|
|
|
181 |
ref_image = gr.Image(type="pil", label="Reference Image")
|
182 |
with gr.Row(elem_id="prompt-container", equal_height=True):
|
183 |
with gr.Column():
|
184 |
+
btn = gr.Button("Generate Product Shot!", elem_id="run_button")
|
185 |
|
186 |
with gr.Column():
|
187 |
image_out = gr.Image(label="Output", elem_id="output-img")
|