Spaces:
Running
Running
File size: 344 Bytes
0346f02 e451fb3 0346f02 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
---
title: Llm Uncertainty
emoji: π
colorFrom: indigo
colorTo: green
sdk: gradio
sdk_version: 3.1.7
app_file: app.py
pinned: false
---
# Setup env:
```
python3 -m venv venv_llm
source venv_llm/bin/activate
pip install -r requirements.txt
```
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|