Spaces:
Sleeping
Sleeping
Deploy Buildsnpper chatbot Gradio interface
Browse files- Add Gradio chat interface for Buildsnpper platform
- Uses bricksandbotltd/buildsnpper-chatbot-Q4_K_M model
- Includes 8 example questions
- Supports conversation history
- Clean, simple UI for customer support
- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
gradio
|
| 2 |
-
transformers
|
| 3 |
torch
|
| 4 |
accelerate
|
| 5 |
bitsandbytes
|
|
|
|
| 1 |
gradio
|
| 2 |
+
transformers==4.49.0
|
| 3 |
torch
|
| 4 |
accelerate
|
| 5 |
bitsandbytes
|