Update Space.yaml
Browse files- Space.yaml +3 -1
Space.yaml
CHANGED
@@ -6,7 +6,7 @@ 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, GPT-Neo, DialoGPT, Bloom, Grok, Stable Diffusion, and Firebase.
|
10 |
models:
|
11 |
- google/gemma-2b
|
12 |
- mistralai/Mixtral-8x7B-Instruct-v0.1
|
@@ -15,6 +15,7 @@ models:
|
|
15 |
- microsoft/DialoGPT-large
|
16 |
- bigscience/bloom-560m
|
17 |
- xai/grok
|
|
|
18 |
- runwayml/stable-diffusion-v1-5
|
19 |
tags:
|
20 |
- chatbot
|
@@ -28,6 +29,7 @@ tags:
|
|
28 |
- dialogpt
|
29 |
- bloom
|
30 |
- grok
|
|
|
31 |
- stable-diffusion
|
32 |
- firebase
|
33 |
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, DistilBERT, Stable Diffusion, and Firebase.
|
10 |
models:
|
11 |
- google/gemma-2b
|
12 |
- mistralai/Mixtral-8x7B-Instruct-v0.1
|
|
|
15 |
- microsoft/DialoGPT-large
|
16 |
- bigscience/bloom-560m
|
17 |
- xai/grok
|
18 |
+
- distilbert-base-uncased-finetuned-sst-2-english
|
19 |
- runwayml/stable-diffusion-v1-5
|
20 |
tags:
|
21 |
- chatbot
|
|
|
29 |
- dialogpt
|
30 |
- bloom
|
31 |
- grok
|
32 |
+
- distilbert
|
33 |
- stable-diffusion
|
34 |
- firebase
|
35 |
disable_embedding: false
|