kaleidoskop-hug
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -14,10 +14,6 @@ client = OpenAI(
|
|
14 |
|
15 |
# Create supported models
|
16 |
model_links = {
|
17 |
-
"Text-to-IMG-FLUX.1-dev": "black-forest-labs/FLUX.1-dev",
|
18 |
-
"Text-to-IMG-NSFW-gen-v2": "UnfilteredAI/NSFW-gen-v2",
|
19 |
-
"C4ai-command-r-plus": "CohereForAI/c4ai-command-r-plus",
|
20 |
-
"Aya-23-35B": "CohereForAI/aya-23-35B",
|
21 |
"Mistral-Nemo-Instruct-2407": "mistralai/Mistral-Nemo-Instruct-2407",
|
22 |
"Mixtral-8x7B-Instruct-v0.1": "mistralai/Mixtral-8x7B-Instruct-v0.1",
|
23 |
"Nous-Hermes-2-Mixtral-8x7B-DPO": "NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO",
|
@@ -25,14 +21,7 @@ model_links = {
|
|
25 |
"Mistral-7B-Instruct-v0.2": "mistralai/Mistral-7B-Instruct-v0.2",
|
26 |
"Mistral-7B-Instruct-v0.3": "mistralai/Mistral-7B-Instruct-v0.3",
|
27 |
"Mistral-Small-Instruct-2409": "mistralai/Mistral-Small-Instruct-2409",
|
28 |
-
"
|
29 |
-
"Starchat2-15b-v0.1": "HuggingFaceH4/starchat2-15b-v0.1",
|
30 |
-
"Gemma-1.1-7b-it": "google/gemma-1.1-7b-it",
|
31 |
-
"Gemma-1.1-2b-it": "google/gemma-1.1-2b-it",
|
32 |
-
"Zephyr-7B-Beta": "HuggingFaceH4/zephyr-7b-beta",
|
33 |
-
"Zephyr-7B-Alpha": "HuggingFaceH4/zephyr-7b-alpha",
|
34 |
-
"Phi-3-mini-128k-instruct": "microsoft/Phi-3-mini-128k-instruct",
|
35 |
-
"Phi-3-mini-4k-instruct": "microsoft/Phi-3-mini-4k-instruct",
|
36 |
}
|
37 |
|
38 |
#Random dog images for error message
|
|
|
14 |
|
15 |
# Create supported models
|
16 |
model_links = {
|
|
|
|
|
|
|
|
|
17 |
"Mistral-Nemo-Instruct-2407": "mistralai/Mistral-Nemo-Instruct-2407",
|
18 |
"Mixtral-8x7B-Instruct-v0.1": "mistralai/Mixtral-8x7B-Instruct-v0.1",
|
19 |
"Nous-Hermes-2-Mixtral-8x7B-DPO": "NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO",
|
|
|
21 |
"Mistral-7B-Instruct-v0.2": "mistralai/Mistral-7B-Instruct-v0.2",
|
22 |
"Mistral-7B-Instruct-v0.3": "mistralai/Mistral-7B-Instruct-v0.3",
|
23 |
"Mistral-Small-Instruct-2409": "mistralai/Mistral-Small-Instruct-2409",
|
24 |
+
"Stable-diffusion-3.5-large": "stabilityai/stable-diffusion-3.5-large"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
}
|
26 |
|
27 |
#Random dog images for error message
|