TenPoisk
commited on
Commit
Β·
3383fd8
1
Parent(s):
e74d0b0
Update sd_ui.py
Browse files
sd_ui.py
CHANGED
@@ -5,7 +5,7 @@ import gradio as gr
|
|
5 |
print('β
οΈ All libraries installed!')
|
6 |
|
7 |
#title of app
|
8 |
-
title = "
|
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 |
-
<
|
21 |
__Examples__
|
22 |
-
</
|
23 |
|
24 |

|
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 |

|
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()
|