motexture commited on
Commit
4434ca9
1 Parent(s): 014ad9d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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
- python -m venv venv
26
  source venv/bin/activate # On Windows use `venv\Scripts\activate`
27
  pip install -r requirements.txt
28
- python run.py
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.