Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ conversational_models = {
|
|
19 |
"Perplexity (R1 Post-trained)": "perplexity-ai/r1-1776",
|
20 |
"Llama-Instruct by Meta": "meta-llama/Llama-3.2-3B-Instruct",
|
21 |
"Mistral": "mistralai/Mistral-7B-v0.1",
|
22 |
-
"Gemma": "google/gemma-
|
23 |
}
|
24 |
|
25 |
# Define a dictionary of Text-to-Image models
|
|
|
19 |
"Perplexity (R1 Post-trained)": "perplexity-ai/r1-1776",
|
20 |
"Llama-Instruct by Meta": "meta-llama/Llama-3.2-3B-Instruct",
|
21 |
"Mistral": "mistralai/Mistral-7B-v0.1",
|
22 |
+
"Gemma": "google/gemma-3-27b-it",
|
23 |
}
|
24 |
|
25 |
# Define a dictionary of Text-to-Image models
|