Raiff1982 commited on
Commit
57dcd03
·
verified ·
1 Parent(s): 43bb5c8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -13
README.md CHANGED
@@ -1,13 +1,16 @@
1
- ---
2
- title: Codettes-blackforest
3
- emoji: 💬
4
- colorFrom: yellow
5
- colorTo: purple
6
- sdk: gradio
7
- sdk_version: 5.25.2
8
- app_file: app.py
9
- pinned: false
10
- license: mit
11
- ---
12
-
13
- An example chatbot using [Gradio](https://gradio.app), [`huggingface_hub`](https://huggingface.co/docs/huggingface_hub/v0.22.2/en/index), and the [Hugging Face Inference API](https://huggingface.co/docs/api-inference/index).
 
 
 
 
1
+
2
+ ## 🛠 Requirements
3
+
4
+ See [`requirements.txt`](./requirements.txt) for full dependencies. Main libraries include:
5
+
6
+ - `transformers`
7
+ - `diffusers`
8
+ - `torch`
9
+ - `gradio`
10
+ - `huggingface_hub`
11
+ - `vaderSentiment`
12
+ - `nltk`
13
+
14
+ ## 📄 License
15
+
16
+ MIT License (c) 2025 Jonathan Harrison / Raiff's Bits LLC