Commit
·
a2d59ba
1
Parent(s):
5487a5e
Update README.md
Browse files
README.md
CHANGED
|
@@ -21,8 +21,8 @@ language:
|
|
| 21 |
You can use this model directly downloading the utils and requirements files and installing requirements:
|
| 22 |
|
| 23 |
```python
|
| 24 |
-
>>> ! wget https://huggingface.co/
|
| 25 |
-
>>> ! wget https://huggingface.co/
|
| 26 |
>>> ! pip install -r requirements.txt
|
| 27 |
```
|
| 28 |
|
|
|
|
| 21 |
You can use this model directly downloading the utils and requirements files and installing requirements:
|
| 22 |
|
| 23 |
```python
|
| 24 |
+
>>> ! wget https://huggingface.co/kargaranamir/Hengam/raw/main/utils.py
|
| 25 |
+
>>> ! wget https://huggingface.co/kargaranamir/Hengam/raw/main/requirements.txt
|
| 26 |
>>> ! pip install -r requirements.txt
|
| 27 |
```
|
| 28 |
|