Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -74,8 +74,8 @@ def infer(prompts, negative_prompts, image):
|
|
74 |
return output_image
|
75 |
|
76 |
|
77 |
-
title = "ControlNet
|
78 |
-
description = "
|
79 |
# you need to pass inputs and outputs according to inference function
|
80 |
gr.Interface(
|
81 |
fn=infer,
|
|
|
74 |
return output_image
|
75 |
|
76 |
|
77 |
+
title = "ControlNet + Stable Diffusion for Battlemaps"
|
78 |
+
description = "Sketch your game battlemap and add some prompts to let the magic happen 🪄. Pretrained on battlemaps images. By Orgrim, Karm and Robin "
|
79 |
# you need to pass inputs and outputs according to inference function
|
80 |
gr.Interface(
|
81 |
fn=infer,
|