NCJ commited on
Commit
a94a318
1 Parent(s): 849873b

refine naming

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -10,7 +10,7 @@ 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 Image Diffusion")
14
 
15
  with gr.Row():
16
  # 1. Reference Image Input / Generation
@@ -86,12 +86,12 @@ with gr.Blocks(title="DiLightNet Demo") as demo:
86
  outputs=[hint_image, res_folder_path]
87
  )
88
 
89
- gr.Markdown("## Step 5. Relighting!")
90
  with gr.Row():
91
  res_image = gr.Image(label="Result Image")
92
  with gr.Column():
93
  with gr.Group():
94
- relighting_prompt = gr.Textbox(value="", label="Relighting Text Prompt", lines=3,
95
  placeholder="Input prompt here",
96
  interactive=True)
97
  reuse_btn = gr.Button(value="Reuse Image Generation Prompt")
 
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
 
86
  outputs=[hint_image, res_folder_path]
87
  )
88
 
89
+ gr.Markdown("## Step 5. Lighting Control Generation")
90
  with gr.Row():
91
  res_image = gr.Image(label="Result Image")
92
  with gr.Column():
93
  with gr.Group():
94
+ relighting_prompt = gr.Textbox(value="", label="Lighting-Control Text Prompt", lines=3,
95
  placeholder="Input prompt here",
96
  interactive=True)
97
  reuse_btn = gr.Button(value="Reuse Image Generation Prompt")