File size: 633 Bytes
d354e64 | 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 28 29 | # Litehat Chat Deployment
The chat interface is ready. Here's how to run it:
## Option 1: Run Locally
```bash
git clone https://huggingface.co/dryymatt/Litehat-Universal-Engine
cd Litehat-Universal-Engine
pip install gradio torch numpy httpx
python app.py
```
Open http://localhost:7860
## Option 2: Deploy as Hugging Face Space
1. Go to https://huggingface.co/new-space
2. Name: `litehat-wizard`
3. SDK: Gradio
4. Upload these files: `app.py`, `requirements.txt`, `litehat/`
5. The Space auto-builds and deploys
## Option 3: Run the CLI
```bash
python -m litehat summon --dream "build me a social network for gardeners"
```
|