Spaces:
Running
Running
upadte description
Browse files
app.py
CHANGED
@@ -164,7 +164,7 @@ demo = gr.Interface(
|
|
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.
|
167 |
-
For more information, check out this [blog post](https://www.jerpint.io/blog/diffusion-gol/).
|
168 |
""",
|
169 |
)
|
170 |
demo.launch(debug=True)
|
|
|
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.
|
167 |
+
For more information, check out this [blog post](https://www.jerpint.io/blog/diffusion-gol/). Generating frames can be slow and eat up GPU usage, for longer runtimes, you can checkout the [colab](https://colab.research.google.com/github/jerpint/jerpint.github.io/blob/master/colabs/gol_diffusion.ipynb) implementation.
|
168 |
""",
|
169 |
)
|
170 |
demo.launch(debug=True)
|