Ram-1103 commited on
Commit
ed5a2b9
·
verified ·
1 Parent(s): 75bd1c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from huggingface_hub import InferenceClient
3
  import os
4
 
5
  client = InferenceClient(
6
- model="Qwen/Qwen2.5-3B-Instruct",
7
  token=os.environ.get("Rejected_tk") # Uses the Space's built-in HF token automatically
8
  )
9
 
 
3
  import os
4
 
5
  client = InferenceClient(
6
+ model="mistralai/Mistral-7B-Instruct-v0.3",
7
  token=os.environ.get("Rejected_tk") # Uses the Space's built-in HF token automatically
8
  )
9