gokaygokay commited on
Commit
94b54b7
1 Parent(s): c7b13d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -61,7 +61,8 @@ iface = gr.Interface(
61
  gr.Number(label="Seed")
62
  ],
63
  title="Kolors Stable Diffusion XL Image Generator",
64
- description="Generate images using the Kolors Stable Diffusion XL model."
 
65
  )
66
 
67
  iface.launch(debug=True)
 
61
  gr.Number(label="Seed")
62
  ],
63
  title="Kolors Stable Diffusion XL Image Generator",
64
+ description="Generate images using the Kolors Stable Diffusion XL model.",
65
+ theme='bethecloud/storj_theme',
66
  )
67
 
68
  iface.launch(debug=True)