daniilf commited on
Commit
fb8e8a9
·
verified ·
1 Parent(s): 80f09db

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
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
+