Update README.md
Browse files
README.md
CHANGED
@@ -22,10 +22,10 @@ This project was trained at home as a hobby.
|
|
22 |
```bash
|
23 |
git clone https://github.com/motexture/caT-text-to-video.git
|
24 |
cd caT
|
25 |
-
|
26 |
source venv/bin/activate # On Windows use `venv\Scripts\activate`
|
27 |
pip install -r requirements.txt
|
28 |
-
|
29 |
```
|
30 |
|
31 |
Visit the provided URL in your browser to interact with the interface and start generating videos.
|
|
|
22 |
```bash
|
23 |
git clone https://github.com/motexture/caT-text-to-video.git
|
24 |
cd caT
|
25 |
+
python3 -m venv venv
|
26 |
source venv/bin/activate # On Windows use `venv\Scripts\activate`
|
27 |
pip install -r requirements.txt
|
28 |
+
python3 run.py
|
29 |
```
|
30 |
|
31 |
Visit the provided URL in your browser to interact with the interface and start generating videos.
|