motexture commited on
Commit
04a3912
·
verified ·
1 Parent(s): ac83398

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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
- python3 run.py
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.