File size: 450 Bytes
dee0ee2 fb8e8a9 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
---
title: Llm Tb Testing Ui
emoji: 🌖
colorFrom: pink
colorTo: purple
sdk: streamlit
sdk_version: 1.42.2
app_file: app.py
pinned: false
short_description: UI for LLM TB testing
---
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
To run locally:
1. git clone https://huggingface.co/spaces/TB-DAT/tb_tst_ai
2. pip install -r requirements.txt
3. pip install streamlit
4. streamlit run app.py
|