Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -2049,10 +2049,11 @@ class MyScene(Scene):
|
|
2049 |
# Predefined Azure models
|
2050 |
popular_models = [
|
2051 |
"gpt-4o",
|
2052 |
-
"
|
2053 |
-
"
|
2054 |
-
"
|
2055 |
-
"
|
|
|
2056 |
]
|
2057 |
|
2058 |
selected_model = st.selectbox(
|
|
|
2049 |
# Predefined Azure models
|
2050 |
popular_models = [
|
2051 |
"gpt-4o",
|
2052 |
+
"DeepSeek-V3-0324",
|
2053 |
+
"DeepSeek-R1",
|
2054 |
+
"Meta-Llama-3.1-405B-Instruct",
|
2055 |
+
"Llama-3.2-90B-Vision-Instruct",
|
2056 |
+
"Phi-4-multimodal-instruct",
|
2057 |
]
|
2058 |
|
2059 |
selected_model = st.selectbox(
|