Spaces:
Running
on
Zero
Running
on
Zero
update
Browse files
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
|