motexture commited on
Commit
4a7ac9f
·
verified ·
1 Parent(s): 2858476

Update README.md

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