TenPoisk commited on
Commit
388a10d
Β·
1 Parent(s): 61b97a0

Update sd_ui.py

Browse files
Files changed (1) hide show
  1. sd_ui.py +2 -2
sd_ui.py CHANGED
@@ -27,7 +27,7 @@ title = "WebDef.UI"
27
  #description of app
28
  description = \
29
  """
30
- __This is WebDef.UI__ Generate fantastic images with the latest AI models for FREE!
31
 
32
  ![](https://raw.githubusercontent.com/ehristoforu/imghost/main/Picsart_23-08-04_21-51-22-975.png)
33
  """
@@ -57,7 +57,7 @@ article = \
57
  #ready rum space
58
  print('πŸŽ‰ The app is ready to go!')
59
 
60
- gr.Interface.load("models/runwayml/stable-diffusion-v1-5", title=title, description=description, article=article).launch()
61
 
62
 
63
 
 
27
  #description of app
28
  description = \
29
  """
30
+ __This is WebDef.UI__ Generate fantastic images with the latest AI models for __FREE__!
31
 
32
  ![](https://raw.githubusercontent.com/ehristoforu/imghost/main/Picsart_23-08-04_21-51-22-975.png)
33
  """
 
57
  #ready rum space
58
  print('πŸŽ‰ The app is ready to go!')
59
 
60
+ gr.Interface.load("models/runwayml/stable-diffusion-v1-5", description=description, article=article).launch()
61
 
62
 
63