Update Space.yaml
Browse files- Space.yaml +9 -1
Space.yaml
CHANGED
@@ -6,11 +6,15 @@ sdk: python
|
|
6 |
app_file: main.py
|
7 |
python_version: 3.9
|
8 |
pinned: false
|
9 |
-
short_description: A birthday gift for Manavi with a Little Krishna chatbot, powered by Flask, Gemma, Mixtral, BlenderBot, Stable Diffusion, and Firebase.
|
10 |
models:
|
11 |
- google/gemma-2b
|
12 |
- mistralai/Mixtral-8x7B-Instruct-v0.1
|
13 |
- facebook/blenderbot-400M-distill
|
|
|
|
|
|
|
|
|
14 |
- runwayml/stable-diffusion-v1-5
|
15 |
tags:
|
16 |
- chatbot
|
@@ -20,6 +24,10 @@ tags:
|
|
20 |
- gemma
|
21 |
- mixtral
|
22 |
- blenderbot
|
|
|
|
|
|
|
|
|
23 |
- stable-diffusion
|
24 |
- firebase
|
25 |
disable_embedding: false
|
|
|
6 |
app_file: main.py
|
7 |
python_version: 3.9
|
8 |
pinned: false
|
9 |
+
short_description: A birthday gift for Manavi with a Little Krishna chatbot, powered by Flask, Gemma, Mixtral, BlenderBot, GPT-Neo, DialoGPT, Bloom, Grok, Stable Diffusion, and Firebase.
|
10 |
models:
|
11 |
- google/gemma-2b
|
12 |
- mistralai/Mixtral-8x7B-Instruct-v0.1
|
13 |
- facebook/blenderbot-400M-distill
|
14 |
+
- EleutherAI/gpt-neo-1.3B
|
15 |
+
- microsoft/DialoGPT-large
|
16 |
+
- bigscience/bloom-560m
|
17 |
+
- xai/grok
|
18 |
- runwayml/stable-diffusion-v1-5
|
19 |
tags:
|
20 |
- chatbot
|
|
|
24 |
- gemma
|
25 |
- mixtral
|
26 |
- blenderbot
|
27 |
+
- gpt-neo
|
28 |
+
- dialogpt
|
29 |
+
- bloom
|
30 |
+
- grok
|
31 |
- stable-diffusion
|
32 |
- firebase
|
33 |
disable_embedding: false
|