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

Update sd_ui.py

Browse files
Files changed (1) hide show
  1. sd_ui.py +7 -1
sd_ui.py CHANGED
@@ -1,6 +1,9 @@
1
  #import library
2
  import gradio as gr
3
 
 
 
 
4
  #title of app
5
  title = "SD.UI V1.1"
6
 
@@ -21,4 +24,7 @@ article = \
21
  ![](https://raw.githubusercontent.com/ehristoforu/imghost/main/e410407a-ad56-42cc-bd6d-5005e3496de9.jpg)
22
  """
23
 
24
- gr.Interface.load("models/stabilityai/stable-diffusion-xl-base-1.0", title=title, description=description, article=article).launch()
 
 
 
 
1
  #import library
2
  import gradio as gr
3
 
4
+ #ready library install
5
+ print('βœ…οΈ All libraries installed!')
6
+
7
  #title of app
8
  title = "SD.UI V1.1"
9
 
 
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!')