ai-forever commited on
Commit
65297ba
·
verified ·
1 Parent(s): ac91b9c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -78,8 +78,15 @@ For training flash version we used the following architecture of discriminator.
78
 
79
  <img src="https://github.com/ai-forever/Kandinsky-4/blob/main/assets/discriminator.png"> <img src="https://github.com/ai-forever/Kandinsky-4/blob/main/assets/discriminator_head.png">
80
 
 
81
 
82
- ## How to use:
 
 
 
 
 
 
83
  ```python
84
  import torch
85
  from IPython.display import Video
 
78
 
79
  <img src="https://github.com/ai-forever/Kandinsky-4/blob/main/assets/discriminator.png"> <img src="https://github.com/ai-forever/Kandinsky-4/blob/main/assets/discriminator_head.png">
80
 
81
+ ## Installation
82
 
83
+ ```bash
84
+ git clone https://github.com/ai-forever/Kandinsky-4.git
85
+ cd Kandinsky-4
86
+ pip install -r kandinsky4_video2audio/requirements.txt
87
+ ```
88
+
89
+ ## Inference:
90
  ```python
91
  import torch
92
  from IPython.display import Video