jbbove commited on
Commit
72582eb
·
verified ·
1 Parent(s): 8196a62

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ from tools.final_answer import FinalAnswerTool
8
 
9
  from Gradio_UI import GradioUI
10
 
11
- API_URL = "https://api-inference.huggingface.co/models/mistralai/Mistral-7B-Instruct-v0.2"
12
  headers = {
13
  "Authorization": f"Bearer {os.environ['HF_TOKEN']}",
14
  }
 
8
 
9
  from Gradio_UI import GradioUI
10
 
11
+ API_URL = "https://router.huggingface.co/hf-inference/models/deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B"
12
  headers = {
13
  "Authorization": f"Bearer {os.environ['HF_TOKEN']}",
14
  }