ninooo96 commited on
Commit
8a25df1
·
verified ·
1 Parent(s): 9ae6fd2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ from huggingface_hub import InferenceClient
24
  For more information on `huggingface_hub` Inference API support, please check the docs: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
25
  """
26
  #mistralai/Mistral-7B-Instruct-v0.3
27
- client = InferenceClient("microsoft/Phi-3.5-MoE-instruct")
28
 
29
 
30
  def respond(
 
24
  For more information on `huggingface_hub` Inference API support, please check the docs: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
25
  """
26
  #mistralai/Mistral-7B-Instruct-v0.3
27
+ client = InferenceClient("tiiuae/Falcon3-7B-Instruct")
28
 
29
 
30
  def respond(