Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -85,6 +85,8 @@ e_negative_prompts = ['monochromatic, unrealistic, bad looking, full of glitches
|
|
85 |
examples = []
|
86 |
for image, prompt, negative_prompt in zip(e_images, e_prompts, e_negative_prompts):
|
87 |
examples.append([prompt, negative_prompt, image])
|
|
|
|
|
88 |
|
89 |
with gr.Blocks() as demo:
|
90 |
gr.Markdown(title)
|
|
|
85 |
examples = []
|
86 |
for image, prompt, negative_prompt in zip(e_images, e_prompts, e_negative_prompts):
|
87 |
examples.append([prompt, negative_prompt, image])
|
88 |
+
|
89 |
+
title = " # ControlLight: Light control through ControlNet and Depth Maps conditioning"
|
90 |
|
91 |
with gr.Blocks() as demo:
|
92 |
gr.Markdown(title)
|