| # 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" |
| ``` |
|
|