NCJ commited on
Commit
55c9d69
1 Parent(s): 16ac215
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -10,7 +10,8 @@ from demo.rm_bg import rm_bg
10
 
11
 
12
  with gr.Blocks(title="DiLightNet Demo") as demo:
13
- gr.Markdown("# DiLightNet: Fine-grained Lighting Control for Diffusion-based Image Generation")
 
14
 
15
  with gr.Row():
16
  # 1. Reference Image Input / Generation
 
10
 
11
 
12
  with gr.Blocks(title="DiLightNet Demo") as demo:
13
+ gr.Markdown("""# DiLightNet: Fine-grained Lighting Control for Diffusion-based Image Generation
14
+ ## A demo for generating images under point lights using DiLightNet. For full usage, please refer to our [GitHub repository](TBD)""")
15
 
16
  with gr.Row():
17
  # 1. Reference Image Input / Generation