ninooo96 commited on
Commit
7d7ddbc
·
verified ·
1 Parent(s): 8a25df1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -23,8 +23,8 @@ from huggingface_hub import InferenceClient
23
  """
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(
 
23
  """
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
+ #
27
+ client = InferenceClient("mistralai/Mistral-7B-Instruct-v0.3")
28
 
29
 
30
  def respond(