Update README.md
Browse files
README.md
CHANGED
@@ -11,3 +11,16 @@ short_description: UI for LLM TB testing
|
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
14 |
+
|
15 |
+
|
16 |
+
|
17 |
+
To run locally:
|
18 |
+
|
19 |
+
1. git clone https://huggingface.co/spaces/TB-DAT/tb_tst_ai
|
20 |
+
|
21 |
+
2. pip install -r requirements.txt
|
22 |
+
|
23 |
+
3. pip install streamlit
|
24 |
+
|
25 |
+
4. streamlit run app.py
|
26 |
+
|