fffiloni commited on
Commit
578e047
1 Parent(s): 55882ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -109,7 +109,7 @@ with gr.Blocks(css=css) as block:
109
  prompt_input = gr.Textbox(label="Target text", placeholder="Describe the image with what you want to change about the subject")
110
  image_init = gr.Image(source="upload", type="filepath",label="Input Image")
111
 
112
- train_btn = gr.Button("Train")
113
 
114
  image_output = gr.Image(label="Edited image")
115
  text_output = gr.Image(label="trained status")
 
109
  prompt_input = gr.Textbox(label="Target text", placeholder="Describe the image with what you want to change about the subject")
110
  image_init = gr.Image(source="upload", type="filepath",label="Input Image")
111
 
112
+ submit_btn = gr.Button("Train")
113
 
114
  image_output = gr.Image(label="Edited image")
115
  text_output = gr.Image(label="trained status")