fffiloni commited on
Commit
6df6536
1 Parent(s): 71377f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -118,7 +118,7 @@ with gr.Blocks(css=css) as block:
118
 
119
  prompt_input = gr.Textbox(label="Target text", placeholder="Describe the image with what you want to change about the subject")
120
  image_init = gr.Image(source="upload", type="filepath",label="Input Image")
121
- trn_steps = gr.Slider(250, 1000, value=500)
122
  submit_btn = gr.Button("Train")
123
 
124
  image_output = gr.Image(label="Edited image")
 
118
 
119
  prompt_input = gr.Textbox(label="Target text", placeholder="Describe the image with what you want to change about the subject")
120
  image_init = gr.Image(source="upload", type="filepath",label="Input Image")
121
+ trn_steps = gr.Slider(250, 1000, value=500, label="finetuning steps")
122
  submit_btn = gr.Button("Train")
123
 
124
  image_output = gr.Image(label="Edited image")