File size: 749 Bytes
aeb8db7
 
 
e74d0b0
 
 
aeb8db7
 
 
 
 
 
 
 
 
 
 
ae25053
 
aeb8db7
 
 
 
 
 
 
e74d0b0
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#import library
import gradio as gr

#ready library install
print('βœ…οΈ All libraries installed!')

#title of app
title = "SD.UI V1.1"

#description of app
description = \
"""
__This is WebDef.UI__ Generate fantastic images with the latest AI models for FREE!

![](https://raw.githubusercontent.com/ehristoforu/imghost/main/Picsart_23-08-04_21-51-22-975.png)
"""
#article of app
article = \
"""
<p style='text-align: center'>
    __Examples__
</p>

![](https://raw.githubusercontent.com/ehristoforu/imghost/main/e410407a-ad56-42cc-bd6d-5005e3496de9.jpg)
"""

gr.Interface.load("models/stabilityai/stable-diffusion-xl-base-1.0", title=title, description=description, article=article).launch()

#ready rum space
print('πŸŽ‰ The app is ready to go!')