svjack commited on
Commit
a3420fc
·
1 Parent(s): e6c93f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -98,6 +98,7 @@ block = gr.Blocks().queue()
98
  with block:
99
  with gr.Row():
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")
 
98
  with block:
99
  with gr.Row():
100
  gr.Markdown("## Control Stable Diffusion with Canny Edge Maps")
101
+ gr.Markdown("This _example_ was **drive** from <br/><b><h4>[https://github.com/svjack/ControlLoRA-Chinese](https://github.com/svjack/ControlLoRA-Chinese)</h4></b>\n")
102
  with gr.Row():
103
  with gr.Column():
104
  input_image = gr.Image(source='upload', type="numpy", value = "Protector_Cromwell_style.png")