Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -100,7 +100,8 @@ def process(input_image, prompt, a_prompt, n_prompt, num_samples, image_resoluti
|
|
100 |
block = gr.Blocks().queue()
|
101 |
with block:
|
102 |
with gr.Row():
|
103 |
-
gr.Markdown("## Control Stable Diffusion with Human Pose")
|
|
|
104 |
with gr.Row():
|
105 |
with gr.Column():
|
106 |
input_image = gr.Image(source='upload', type="numpy", value = "war_v1.jpg")
|
|
|
100 |
block = gr.Blocks().queue()
|
101 |
with block:
|
102 |
with gr.Row():
|
103 |
+
gr.Markdown("## Control Stable Diffusion with Human Pose\n")
|
104 |
+
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")
|
105 |
with gr.Row():
|
106 |
with gr.Column():
|
107 |
input_image = gr.Image(source='upload', type="numpy", value = "war_v1.jpg")
|