Spaces:
Running
Running
Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
|
@@ -74,9 +74,9 @@
|
|
| 74 |
<div class="mb-4">
|
| 75 |
<label class="block text-sm font-semibold mb-1 text-gray-400">Choose Model:</label>
|
| 76 |
<select id="modelSelect" class="w-full p-2.5 rounded bg-gray-700 border border-gray-600 text-white focus:outline-none focus:border-blue-500">
|
|
|
|
|
|
|
| 77 |
<option value="deepseek-ai/DeepSeek-R1-Distill-Qwen-8B">DeepSeek R1 (Distill Qwen 8B)</option>
|
| 78 |
-
<option value="mistralai/Mistral-7B-Instruct-v0.3">Mistral 7B Instruct</option>
|
| 79 |
-
<option value="google/gemma-2-9b-it">Gemma 2 9B It</option>
|
| 80 |
</select>
|
| 81 |
</div>
|
| 82 |
|
|
|
|
| 74 |
<div class="mb-4">
|
| 75 |
<label class="block text-sm font-semibold mb-1 text-gray-400">Choose Model:</label>
|
| 76 |
<select id="modelSelect" class="w-full p-2.5 rounded bg-gray-700 border border-gray-600 text-white focus:outline-none focus:border-blue-500">
|
| 77 |
+
<option value="google/gemma-4-12b-unified">Gemma 4 (12B Unified Text/Vision/Audio)</option>
|
| 78 |
+
<option value="google/gemma-4-31b">Gemma 4 (31B Frontier Dense)</option>
|
| 79 |
<option value="deepseek-ai/DeepSeek-R1-Distill-Qwen-8B">DeepSeek R1 (Distill Qwen 8B)</option>
|
|
|
|
|
|
|
| 80 |
</select>
|
| 81 |
</div>
|
| 82 |
|