Antuke
commited on
Commit
·
4e0b379
1
Parent(s):
046e0a1
updated readme.md
Browse files
README.md
CHANGED
|
@@ -14,5 +14,7 @@ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-
|
|
| 14 |
|
| 15 |
# TO RUN LOCALLY
|
| 16 |
pip install -r requirements.txt
|
|
|
|
| 17 |
pip install -e .
|
|
|
|
| 18 |
python -m app.py
|
|
|
|
| 14 |
|
| 15 |
# TO RUN LOCALLY
|
| 16 |
pip install -r requirements.txt
|
| 17 |
+
|
| 18 |
pip install -e .
|
| 19 |
+
|
| 20 |
python -m app.py
|