Learner commited on
Commit
fc00f9e
·
1 Parent(s): 633212d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -74,8 +74,8 @@ def infer(prompts, negative_prompts, image):
74
  return output_image
75
 
76
 
77
- title = "ControlNet on Battlemaps"
78
- description = "This is a demo on ControlNet based on Battlemaps. By Orgrim, Karm and Robin "
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,