Spaces:
Runtime error
Runtime error
File size: 460 Bytes
692c112 aa98ce6 692c112 bb4aa00 64ebffb 692c112 aa98ce6 692c112 113bc0d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
---
title: STLA BABY
emoji: π
colorFrom: gray
colorTo: red
# sdk: gradio
sdk: docker
sdk_version: 3.39.0
app_file: app.py
pinned: false
license: mit
---
## New Function to Add:
### 1. Summarize Tool for llm
- chain = load_summarize_chain(llm, chain_type="refine")
- chain.run(docs)
### 2. Add Local Doc Into Vector DB
- HMI of gradio
- Code to add in app.py
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference |