svjack commited on
Commit
7d21e56
·
1 Parent(s): a035f40

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -100,8 +100,8 @@ with block:
100
  gr.Markdown("## Control Stable Diffusion with Canny Edge Maps")
101
  with gr.Row():
102
  with gr.Column():
103
- input_image = gr.Image(source='upload', type="numpy")
104
- prompt = gr.Textbox(label="Prompt")
105
  run_button = gr.Button(label="Run")
106
  with gr.Accordion("Advanced options", open=False):
107
  num_samples = gr.Slider(label="Images", minimum=1, maximum=12, value=1, step=1)
 
100
  gr.Markdown("## Control Stable Diffusion with Canny Edge Maps")
101
  with gr.Row():
102
  with gr.Column():
103
+ input_image = gr.Image(source='upload', type="numpy", value = "Protector_Cromwell_style.png")
104
+ prompt = gr.Textbox(label="Prompt", value = "一个表情俏皮的小丑")
105
  run_button = gr.Button(label="Run")
106
  with gr.Accordion("Advanced options", open=False):
107
  num_samples = gr.Slider(label="Images", minimum=1, maximum=12, value=1, step=1)