Update README.md
Browse files
README.md
CHANGED
@@ -29,7 +29,7 @@ python3 -m venv venv
|
|
29 |
source venv/bin/activate # On Windows use `venv\Scripts\activate`
|
30 |
pip install -r requirements.txt
|
31 |
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121
|
32 |
-
|
33 |
```
|
34 |
|
35 |
Visit the provided URL in your browser to interact with the interface and start generating videos.
|
|
|
29 |
source venv/bin/activate # On Windows use `venv\Scripts\activate`
|
30 |
pip install -r requirements.txt
|
31 |
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121
|
32 |
+
python run.py
|
33 |
```
|
34 |
|
35 |
Visit the provided URL in your browser to interact with the interface and start generating videos.
|