TenPoisk commited on
Commit
3383fd8
Β·
1 Parent(s): e74d0b0

Update sd_ui.py

Browse files
Files changed (1) hide show
  1. sd_ui.py +6 -6
sd_ui.py CHANGED
@@ -5,7 +5,7 @@ import gradio as gr
5
  print('βœ…οΈ All libraries installed!')
6
 
7
  #title of app
8
- title = "SD.UI V1.1"
9
 
10
  #description of app
11
  description = \
@@ -17,14 +17,14 @@ __This is WebDef.UI__ Generate fantastic images with the latest AI models for FR
17
  #article of app
18
  article = \
19
  """
20
- <p style='text-align: center'>
21
  __Examples__
22
- </p>
23
 
24
  ![](https://raw.githubusercontent.com/ehristoforu/imghost/main/e410407a-ad56-42cc-bd6d-5005e3496de9.jpg)
25
  """
26
 
27
- gr.Interface.load("models/stabilityai/stable-diffusion-xl-base-1.0", title=title, description=description, article=article).launch()
28
-
29
  #ready rum space
30
- print('πŸŽ‰ The app is ready to go!')
 
 
 
5
  print('βœ…οΈ All libraries installed!')
6
 
7
  #title of app
8
+ title = "WebDef.UI"
9
 
10
  #description of app
11
  description = \
 
17
  #article of app
18
  article = \
19
  """
20
+ <h1 style='text-align: center'>
21
  __Examples__
22
+ </h1>
23
 
24
  ![](https://raw.githubusercontent.com/ehristoforu/imghost/main/e410407a-ad56-42cc-bd6d-5005e3496de9.jpg)
25
  """
26
 
 
 
27
  #ready rum space
28
+ print('πŸŽ‰ The app is ready to go!')
29
+
30
+ gr.Interface.load("models/runwayml/stable-diffusion-v1-5", title=title, description=description, article=article).launch()