Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -14,6 +14,7 @@ models = {
|
|
14 |
"microsoft/phi-4": "microsoft/phi-4",
|
15 |
"Hermes-3-Llama-3.2-3B":"NousResearch/Hermes-3-Llama-3.2-3B",
|
16 |
"Phi-3-mini-4k-instruct": "microsoft/phi-3-mini-4k-instruct",
|
|
|
17 |
}
|
18 |
|
19 |
# Initialize the InferenceClient with a selected model
|
|
|
14 |
"microsoft/phi-4": "microsoft/phi-4",
|
15 |
"Hermes-3-Llama-3.2-3B":"NousResearch/Hermes-3-Llama-3.2-3B",
|
16 |
"Phi-3-mini-4k-instruct": "microsoft/phi-3-mini-4k-instruct",
|
17 |
+
"deepseek-ai/DeepSeek-R1-Distill-Qwen-32B": "deepseek-ai/DeepSeek-R1-Distill-Qwen-32B"
|
18 |
}
|
19 |
|
20 |
# Initialize the InferenceClient with a selected model
|