fffiloni commited on
Commit
9365df7
1 Parent(s): 9e0c17c

label changes

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -90,12 +90,12 @@ with gr.Blocks(css=css) as block:
90
  with gr.Column(elem_id="col-container"):
91
  gr.HTML(title)
92
 
93
- prompt_input = gr.Textbox(label="Prompt", placeholder="Describe the image with what you want to change about the subject")
94
  image_init = gr.Image(source="upload", type="filepath", label="Input Image")
95
 
96
  submit_btn = gr.Button("Submit")
97
 
98
- image_output = gr.Image(label="Result")
99
 
100
  gr.HTML(article)
101
 
 
90
  with gr.Column(elem_id="col-container"):
91
  gr.HTML(title)
92
 
93
+ prompt_input = gr.Textbox(label="Target text", placeholder="Describe the image with what you want to change about the subject")
94
  image_init = gr.Image(source="upload", type="filepath", label="Input Image")
95
 
96
  submit_btn = gr.Button("Submit")
97
 
98
+ image_output = gr.Image(label="Edited image")
99
 
100
  gr.HTML(article)
101