Update app.py
Browse files
app.py
CHANGED
@@ -17,8 +17,8 @@ import yaml
|
|
17 |
DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
|
18 |
#--SM
|
19 |
#model_id="https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud/"
|
20 |
-
model_id="Qwen/Qwen2.5-Coder-32B-Instruct"
|
21 |
-
|
22 |
|
23 |
|
24 |
|
|
|
17 |
DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
|
18 |
#--SM
|
19 |
#model_id="https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud/"
|
20 |
+
#model_id="Qwen/Qwen2.5-Coder-32B-Instruct"
|
21 |
+
model_id="deepseek-ai/DeepSeek-Coder-V2-Lite-Base"
|
22 |
|
23 |
|
24 |
|