AlexWortega commited on
Commit
971fc75
β€’
1 Parent(s): 6ce3643

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -146,9 +146,8 @@ examples = [
146
  ],
147
  ]
148
 
149
- with block as demo:
150
- gr.Textbox(
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
  )