Spaces:
Running
Running
Update app.py
Browse files
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")
|