cocktailpeanut commited on
Commit
a18a949
·
1 Parent(s): c08f91e
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -182,7 +182,7 @@ with gr.Blocks() as demo:
182
  with gr.Row():
183
  with gr.Column():
184
  with gr.Row():
185
- input_image = gr.Image(label="Input Image", type="pil")
186
  # change_map = gr.Image(label="Change Map", type="pil")
187
  gs = gr.Slider(0, 28, value=7.5, label="Guidance Scale")
188
  steps = gr.Number(value=50, label="Steps")
 
182
  with gr.Row():
183
  with gr.Column():
184
  with gr.Row():
185
+ input_image = gr.Image(label="Input Image")
186
  # change_map = gr.Image(label="Change Map", type="pil")
187
  gs = gr.Slider(0, 28, value=7.5, label="Guidance Scale")
188
  steps = gr.Number(value=50, label="Steps")