Spaces:
Running
Running
Update index.html
Browse files- index.html +18 -0
index.html
CHANGED
@@ -1349,3 +1349,21 @@ function solution() {
|
|
1349 |
</script>
|
1350 |
</body>
|
1351 |
</html>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1349 |
</script>
|
1350 |
</body>
|
1351 |
</html>
|
1352 |
+
<select id="modelSelect">
|
1353 |
+
<option value="Qwen/Qwen2.5-Coder-32B-Instruct">Qwen2.5-Coder 32B (Code/Text)</option>
|
1354 |
+
<option value="Qwen/Qwen2-VL-72B-Instruct">Qwen2-VL 72B (Text/Image)</option>
|
1355 |
+
<option value="microsoft/Florence-2-large">Florence-2 Large (Text/Image)</option>
|
1356 |
+
<option value="mistralai/Mixtral-8x7B-Instruct-v0.1">Mixtral 8x7B (Text)</option>
|
1357 |
+
<option value="meta-llama/Llama-2-70b-chat-hf">Llama-2 70B (Chat)</option>
|
1358 |
+
</select>
|
1359 |
+
<p style="font-size: 0.8rem; color: var(--text-secondary); margin-top: 8px;">
|
1360 |
+
💡 Choose a model. Use VL or Florence for image processing.
|
1361 |
+
</p>
|
1362 |
+
</div>
|
1363 |
+
<div class="form-field">
|
1364 |
+
<label>👁️ OCR Model (for images):</label>
|
1365 |
+
<select id="ocrModelSelect">
|
1366 |
+
<option value="none">None</option>
|
1367 |
+
<option value="scb10x/typhoon-v1.5x-72b-instruct">Typhoon 1.5x 72B</option>
|
1368 |
+
<option value="microsoft/trocr-base-printed">TrOCR Base</option>
|
1369 |
+
</select>
|