Spaces:
Runtime error
Runtime error
AlexWortega
commited on
Commit
β’
971fc75
1
Parent(s):
6ce3643
Update app.py
Browse files
app.py
CHANGED
@@ -146,9 +146,8 @@ examples = [
|
|
146 |
],
|
147 |
]
|
148 |
|
149 |
-
|
150 |
-
gr.
|
151 |
-
"""
|
152 |
|
153 |
|
154 |
[![Framework: PyTorch](https://img.shields.io/badge/Framework-PyTorch-orange.svg)](https://pytorch.org/) [![Huggingface space](https://img.shields.io/badge/π€-Huggingface-yello.svg)](https://huggingface.co/sberbank-ai/Kandinsky_2.0)
|
@@ -168,6 +167,7 @@ These encoders and multilingual training datasets unveil the real multilingual t
|
|
168 |
In terms of diffusion architecture Kandinsky 2.0 implements UNet with 1.2B parameters.
|
169 |
|
170 |
**Kandinsky 2.0** architecture overview:
|
|
|
171 |
|
172 |
"""
|
173 |
)
|
|
|
146 |
],
|
147 |
]
|
148 |
|
149 |
+
wwith block as demo:
|
150 |
+
gr.Markdown("""
|
|
|
151 |
|
152 |
|
153 |
[![Framework: PyTorch](https://img.shields.io/badge/Framework-PyTorch-orange.svg)](https://pytorch.org/) [![Huggingface space](https://img.shields.io/badge/π€-Huggingface-yello.svg)](https://huggingface.co/sberbank-ai/Kandinsky_2.0)
|
|
|
167 |
In terms of diffusion architecture Kandinsky 2.0 implements UNet with 1.2B parameters.
|
168 |
|
169 |
**Kandinsky 2.0** architecture overview:
|
170 |
+
![](NatallE.png)
|
171 |
|
172 |
"""
|
173 |
)
|