Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
---
|
2 |
title: Codettes-BlackForest
|
3 |
-
emoji:
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
6 |
sdk: gradio
|
7 |
-
sdk_version:
|
8 |
app_file: hf_multimodal_chatbot_final.py
|
9 |
pinned: true
|
10 |
license: mit
|
@@ -29,6 +29,11 @@ An advanced multimodal chatbot powered by [Gradio](https://gradio.app), [`transf
|
|
29 |
|
30 |
This Space requires a valid `HUGGINGFACE_TOKEN` with access to `black-forest-labs/FLUX.1-dev`.
|
31 |
|
|
|
|
|
|
|
|
|
|
|
32 |
## π Requirements
|
33 |
|
34 |
See [`requirements.txt`](./requirements.txt) for full dependencies. Main libraries include:
|
@@ -43,7 +48,4 @@ See [`requirements.txt`](./requirements.txt) for full dependencies. Main librari
|
|
43 |
|
44 |
## π License
|
45 |
|
46 |
-
MIT License (c) 2025 Jonathan Harrison / Raiff's Bits LLC
|
47 |
-
|
48 |
-
|
49 |
-
---
|
|
|
1 |
---
|
2 |
title: Codettes-BlackForest
|
3 |
+
emoji: π§
|
4 |
+
colorFrom: gray
|
5 |
+
colorTo: purple
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 4.19.1
|
8 |
app_file: hf_multimodal_chatbot_final.py
|
9 |
pinned: true
|
10 |
license: mit
|
|
|
29 |
|
30 |
This Space requires a valid `HUGGINGFACE_TOKEN` with access to `black-forest-labs/FLUX.1-dev`.
|
31 |
|
32 |
+
Add this under **Repository Secrets**:
|
33 |
+
```
|
34 |
+
HUGGINGFACE_TOKEN = your_token_here
|
35 |
+
```
|
36 |
+
|
37 |
## π Requirements
|
38 |
|
39 |
See [`requirements.txt`](./requirements.txt) for full dependencies. Main libraries include:
|
|
|
48 |
|
49 |
## π License
|
50 |
|
51 |
+
MIT License (c) 2025 Jonathan Harrison / Raiff's Bits LLC
|
|
|
|
|
|