AlexWortega commited on
Commit
eb0277a
β€’
1 Parent(s): 37bebeb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +15 -1
app.py CHANGED
@@ -152,7 +152,7 @@ with block as demo:
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)
154
 
155
- `pip install "git+https://github.com/ai-forever/Kandinsky-2.0.git"`
156
 
157
  ## Model architecture:
158
 
@@ -196,6 +196,20 @@ In terms of diffusion architecture Kandinsky 2.0 implements UNet with 1.2B param
196
 
197
  text.submit(infer, inputs=[text], outputs=gallery)
198
  btn.click(infer, inputs=[text], outputs=gallery)
 
 
 
 
199
 
 
 
 
 
 
 
 
 
 
 
200
 
201
  demo.queue(max_size=25).launch()
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)
154
 
155
+
156
 
157
  ## Model architecture:
158
 
196
 
197
  text.submit(infer, inputs=[text], outputs=gallery)
198
  btn.click(infer, inputs=[text], outputs=gallery)
199
+ gr.Markdown("""
200
+
201
+
202
+ # Authors
203
 
204
+ + Arseniy Shakhmatov: [Github](https://github.com/cene555), [Blog](https://t.me/gradientdip)
205
+ + Anton Razzhigaev: [Github](https://github.com/razzant), [Blog](https://t.me/abstractDL)
206
+ + Aleksandr Nikolich: [Github](https://github.com/AlexWortega), [Blog](https://t.me/lovedeathtransformers)
207
+ + Vladimir Arkhipkin: [Github](https://github.com/oriBetelgeuse)
208
+ + Igor Pavlov: [Github](https://github.com/boomb0om)
209
+ + Andrey Kuznetsov: [Github](https://github.com/kuznetsoffandrey)
210
+ + Denis Dimitrov: [Github](https://github.com/denndimitrov)
211
+
212
+ """
213
+ )
214
 
215
  demo.queue(max_size=25).launch()