Raiff1982 commited on
Commit
2b51ab9
Β·
verified Β·
1 Parent(s): 0f1fa46

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -8
README.md CHANGED
@@ -1,10 +1,10 @@
1
  ---
2
  title: Codettes-BlackForest
3
- emoji: πŸ“š
4
- colorFrom: blue
5
- colorTo: green
6
  sdk: gradio
7
- sdk_version: 5.25.2
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