ajsbsd commited on
Commit
7e8d560
·
verified ·
1 Parent(s): f170995

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ token = os.getenv("HF_TOKEN")
8
  """
9
  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
10
  """
11
- client = InferenceClient("HuggingFaceH4/zephyr-7b-beta", token=token))
12
 
13
 
14
  def respond(
 
8
  """
9
  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
10
  """
11
+ client = InferenceClient("HuggingFaceH4/zephyr-7b-beta", token=token)
12
 
13
 
14
  def respond(