Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -92,7 +92,7 @@ with gr.Blocks() as demo:
|
|
92 |
with gr.Row():
|
93 |
with gr.Column():
|
94 |
image_input = gr.Image(type="pil", label="Upload Image")
|
95 |
-
prompt_input = gr.Textbox(label="Instruction", placeholder="e.g.,
|
96 |
submit_button = gr.Button("Submit")
|
97 |
with gr.Column():
|
98 |
result_gallery = gr.Gallery(label="Intermediate Steps", columns=2, height="auto")
|
|
|
92 |
with gr.Row():
|
93 |
with gr.Column():
|
94 |
image_input = gr.Image(type="pil", label="Upload Image")
|
95 |
+
prompt_input = gr.Textbox(label="Instruction", placeholder="e.g., Remove the dog.")
|
96 |
submit_button = gr.Button("Submit")
|
97 |
with gr.Column():
|
98 |
result_gallery = gr.Gallery(label="Intermediate Steps", columns=2, height="auto")
|