Update README.md
Browse files
README.md
CHANGED
|
@@ -69,6 +69,7 @@ git clone https://github.com/Nitesh1405/TinyDiT.git
|
|
| 69 |
pip install -r requirements.txt
|
| 70 |
|
| 71 |
python app.py
|
|
|
|
| 72 |
```
|
| 73 |
|
| 74 |
|
|
|
|
| 69 |
pip install -r requirements.txt
|
| 70 |
|
| 71 |
python app.py
|
| 72 |
+
#the model will automatically download on first run if you have wget, if not you can download the model from https://huggingface.co/nitesh501/tinydit and place it in TinyDit Folder.
|
| 73 |
```
|
| 74 |
|
| 75 |
|