Bhaskar2611 commited on
Commit
f22f0ed
·
verified ·
1 Parent(s): fafebbc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -322,7 +322,7 @@ HF_TOKEN = os.getenv("HF_TOKEN") # or directly assign your token here as string
322
 
323
  # Initialize InferenceClient with Hugging Face API token
324
  client = InferenceClient(
325
- model="Qwen/Qwen2.5-Coder-32B-Instruct",
326
  token=HF_TOKEN
327
  )
328
 
 
322
 
323
  # Initialize InferenceClient with Hugging Face API token
324
  client = InferenceClient(
325
+ model="deepseek-ai/DeepSeek-R1-0528-Qwen3-8B",
326
  token=HF_TOKEN
327
  )
328