Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,7 +7,7 @@ from fastapi.responses import Response, PlainTextResponse, HTMLResponse
|
|
| 7 |
|
| 8 |
PORT = 9001
|
| 9 |
FM_DIR = os.path.join(os.path.dirname(os.path.abspath(__file__)), "file-manager")
|
| 10 |
-
MODEL_ID = "Qwen/
|
| 11 |
|
| 12 |
# --- Launch the file manager as a background child process ---
|
| 13 |
proc = {"p": None}
|
|
|
|
| 7 |
|
| 8 |
PORT = 9001
|
| 9 |
FM_DIR = os.path.join(os.path.dirname(os.path.abspath(__file__)), "file-manager")
|
| 10 |
+
MODEL_ID = "Qwen/Qwen3-Coder-Next"
|
| 11 |
|
| 12 |
# --- Launch the file manager as a background child process ---
|
| 13 |
proc = {"p": None}
|