Spaces:
Runtime error
Runtime error
update readme.md
Browse files
README.md
CHANGED
@@ -34,5 +34,9 @@ With this interface you can easily
|
|
34 |
- contribute to existing model repository to support chat-template attributes
|
35 |
- review if your prompt template matches with your expected prompt
|
36 |
|
|
|
|
|
|
|
|
|
37 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
38 |
|
|
|
34 |
- contribute to existing model repository to support chat-template attributes
|
35 |
- review if your prompt template matches with your expected prompt
|
36 |
|
37 |
+
## To run locally
|
38 |
+
1. `python -m pip install -r requirements.txt`
|
39 |
+
2. `streamlit run app.py`
|
40 |
+
|
41 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
42 |
|