Nahrawy commited on
Commit
ed800ac
1 Parent(s): 13f1240

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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)