Cicici1109 commited on
Commit
6cd73c1
·
verified ·
1 Parent(s): 93f5f0c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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., Move the dog to the left and change its color to blue")
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")