abdullahalioo commited on
Commit
2daac4f
·
verified ·
1 Parent(s): 7273cff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
  from transformers import AutoTokenizer, AutoModelForCausalLM
3
  import torch
4
 
5
- model_id = "Qwen/Qwen2.5-Coder-32B-Instruct"
6
 
7
  # Load model and tokenizer
8
  tokenizer = AutoTokenizer.from_pretrained(model_id, trust_remote_code=True)
 
2
  from transformers import AutoTokenizer, AutoModelForCausalLM
3
  import torch
4
 
5
+ model_id = "Qwen/Qwen2.5-Coder-7B-Instruct"
6
 
7
  # Load model and tokenizer
8
  tokenizer = AutoTokenizer.from_pretrained(model_id, trust_remote_code=True)