Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ def authenticate_hf(token):
|
|
15 |
return f"Error: {e}"
|
16 |
|
17 |
# Initialize the model and tokenizer
|
18 |
-
model_name = "
|
19 |
tokenizer = AutoTokenizer.from_pretrained(model_name)
|
20 |
model = AutoModelForCausalLM.from_pretrained(model_name)
|
21 |
|
|
|
15 |
return f"Error: {e}"
|
16 |
|
17 |
# Initialize the model and tokenizer
|
18 |
+
model_name = "Qwen/Qwen2.5-Coder-32B-Instruct" # Replace with the actual model name
|
19 |
tokenizer = AutoTokenizer.from_pretrained(model_name)
|
20 |
model = AutoModelForCausalLM.from_pretrained(model_name)
|
21 |
|