khalednabawi11 commited on
Commit
fe9c668
·
verified ·
1 Parent(s): f63c24e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ For more information on `huggingface_hub` Inference API support, please check th
7
  """
8
 
9
  token = os.getenv("HF_TOKEN")
10
- client = InferenceClient("marefa-ai/BioMistral-7B", token=token)
11
 
12
 
13
  def respond(
 
7
  """
8
 
9
  token = os.getenv("HF_TOKEN")
10
+ client = InferenceClient("BioMistral/BioMistral-7B", token=token)
11
 
12
 
13
  def respond(