Spaces:
Running
Running
Add title and description
Browse files
app.py
CHANGED
@@ -162,5 +162,7 @@ demo = gr.Interface(
|
|
162 |
guidance_scale,
|
163 |
],
|
164 |
outputs=[output_controlnet, output_gol],
|
|
|
|
|
165 |
)
|
166 |
demo.launch(debug=True)
|
|
|
162 |
guidance_scale,
|
163 |
],
|
164 |
outputs=[output_controlnet, output_gol],
|
165 |
+
title="ControlNet Game of Life",
|
166 |
+
description="Generate a Game of Life grid and then use ControlNet to enhance the image based on the grid, a reference image and a prompt. For more information, check out this [blog post](https://www.jerpint.io/blog/diffusion-gol/).",
|
167 |
)
|
168 |
demo.launch(debug=True)
|