Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -340,16 +340,6 @@ with gr.Blocks(theme="Nymbo/Nymbo_Theme") as demo:
|
|
340 |
# Featured models list
|
341 |
# Updated to include multimodal models
|
342 |
models_list = [
|
343 |
-
# Multimodal models
|
344 |
-
"meta-llama/Llama-3.3-70B-Vision",
|
345 |
-
"Alibaba-NLP/NephilaV-16B-Chat",
|
346 |
-
"mistralai/Mistral-Large-Vision-2407",
|
347 |
-
"OpenGVLab/InternVL-Chat-V1-5",
|
348 |
-
"microsoft/Phi-3.5-vision-instruct",
|
349 |
-
"Qwen/Qwen2.5-VL-7B-Instruct",
|
350 |
-
"liuhaotian/llava-v1.6-mistral-7b",
|
351 |
-
|
352 |
-
# Standard text models
|
353 |
"meta-llama/Llama-3.2-11B-Vision-Instruct",
|
354 |
"meta-llama/Llama-3.3-70B-Instruct",
|
355 |
"meta-llama/Llama-3.1-70B-Instruct",
|
|
|
340 |
# Featured models list
|
341 |
# Updated to include multimodal models
|
342 |
models_list = [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
343 |
"meta-llama/Llama-3.2-11B-Vision-Instruct",
|
344 |
"meta-llama/Llama-3.3-70B-Instruct",
|
345 |
"meta-llama/Llama-3.1-70B-Instruct",
|