Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ app.add_middleware(
|
|
21 |
allow_headers=["*"],
|
22 |
)
|
23 |
|
24 |
-
MODEL_ID = "
|
25 |
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
26 |
|
27 |
# Load model and tokenizer
|
|
|
21 |
allow_headers=["*"],
|
22 |
)
|
23 |
|
24 |
+
MODEL_ID = "unsloth/DeepSeek-R1-0528-Qwen3-8B-GGUF"
|
25 |
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
26 |
|
27 |
# Load model and tokenizer
|