Spaces:
Runtime error
Runtime error
File size: 296 Bytes
4df8249 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
type: task
env:
# (Optional) Specify your Hugging Face token
- HUGGING_FACE_HUB_TOKEN=
# (Optional) Specify your Serper API Key
- LLMCHAT_SERPER_API_KEY=
ports:
- 6006
commands:
- pip install -r requirements.txt --progress-bar off
- LLMCHAT_APP_MODE=GRADIO python entry_point.py
|