Commit
·
a97af25
1
Parent(s):
f248fdd
Update README.md
Browse files
README.md
CHANGED
@@ -139,7 +139,11 @@ language:
|
|
139 |
A file ``__init__.py`` is contained inside this repo which contains all the code to use this model.
|
140 |
|
141 |
Firstly, clone this repo and place all the files inside a folder.
|
142 |
-
|
|
|
|
|
|
|
|
|
143 |
**Please try in jupyter notebook**
|
144 |
|
145 |
```python
|
|
|
139 |
A file ``__init__.py`` is contained inside this repo which contains all the code to use this model.
|
140 |
|
141 |
Firstly, clone this repo and place all the files inside a folder.
|
142 |
+
# Make sure you have git-lfs installed (https://git-lfs.com)
|
143 |
+
```bash
|
144 |
+
git lfs install
|
145 |
+
git clone https://huggingface.co/devasheeshG/whisper_medium_fp16_transformers
|
146 |
+
```
|
147 |
**Please try in jupyter notebook**
|
148 |
|
149 |
```python
|