EnzGamers commited on
Commit
cccf277
·
verified ·
1 Parent(s): 0d1fc52

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ import json
9
  from typing import Optional, List, Union, Dict, Any
10
 
11
  # --- Configuration ---
12
- MODEL_ID = "EnzGamers/mon-qwen-coder-php"
13
  DEVICE = "cpu"
14
 
15
  # --- Chargement du modèle ---
 
9
  from typing import Optional, List, Union, Dict, Any
10
 
11
  # --- Configuration ---
12
+ MODEL_ID = "Qwen/Qwen2.5-Coder-0.5B-Instruct"
13
  DEVICE = "cpu"
14
 
15
  # --- Chargement du modèle ---