TenPoisk commited on
Commit
e999d43
Β·
1 Parent(s): c84cbab

Update sd_ui.py

Browse files
Files changed (1) hide show
  1. sd_ui.py +1 -1
sd_ui.py CHANGED
@@ -49,7 +49,7 @@ article = \
49
  #ready rum space
50
  print('πŸŽ‰ The app is ready to go!')
51
 
52
- gr.Interface.load("models/runwayml/stable-diffusion-v1-5", title=title, description=description, article=article).launch()
53
 
54
 
55
 
 
49
  #ready rum space
50
  print('πŸŽ‰ The app is ready to go!')
51
 
52
+ gr.Interface.load("models/runwayml/stable-diffusion-v1-5", title=title, description=description, article=article, theme = "Soft").launch()
53
 
54
 
55