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