TenPoisk
commited on
Commit
Β·
45e0506
1
Parent(s):
3383fd8
Update sd_ui.py
Browse files
sd_ui.py
CHANGED
|
@@ -4,6 +4,23 @@ import gradio as gr
|
|
| 4 |
#ready library install
|
| 5 |
print('β
οΈ All libraries installed!')
|
| 6 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
#title of app
|
| 8 |
title = "WebDef.UI"
|
| 9 |
|
|
@@ -18,10 +35,11 @@ __This is WebDef.UI__ Generate fantastic images with the latest AI models for FR
|
|
| 18 |
article = \
|
| 19 |
"""
|
| 20 |
<h1 style='text-align: center'>
|
| 21 |
-
|
| 22 |
</h1>
|
| 23 |
|
| 24 |

|
|
|
|
| 25 |
"""
|
| 26 |
|
| 27 |
#ready rum space
|
|
|
|
| 4 |
#ready library install
|
| 5 |
print('β
οΈ All libraries installed!')
|
| 6 |
|
| 7 |
+
#loading
|
| 8 |
+
print('β ')
|
| 9 |
+
print('β β ')
|
| 10 |
+
print('β β β ')
|
| 11 |
+
print('β β ')
|
| 12 |
+
print('β ')
|
| 13 |
+
print('β ')
|
| 14 |
+
print('β β ')
|
| 15 |
+
print('β β β ')
|
| 16 |
+
print('β β ')
|
| 17 |
+
print('β ')
|
| 18 |
+
print('β ')
|
| 19 |
+
print('β β ')
|
| 20 |
+
print('β β β ')
|
| 21 |
+
print('β β ')
|
| 22 |
+
print('β ')
|
| 23 |
+
|
| 24 |
#title of app
|
| 25 |
title = "WebDef.UI"
|
| 26 |
|
|
|
|
| 35 |
article = \
|
| 36 |
"""
|
| 37 |
<h1 style='text-align: center'>
|
| 38 |
+
πΌ Examples π
|
| 39 |
</h1>
|
| 40 |
|
| 41 |

|
| 42 |
+
|
| 43 |
"""
|
| 44 |
|
| 45 |
#ready rum space
|