cryptocalypse commited on
Commit
14bfe39
·
verified ·
1 Parent(s): 0940c93

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -116,8 +116,8 @@ def gematria_sum(text):
116
  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
117
  """
118
 
119
- #client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
120
- client = InferenceClient("meta-llama/Llama-3.1-8B-Instruct")
121
 
122
  def respond(
123
  message,
 
116
  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
117
  """
118
 
119
+ client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
120
+ #client = InferenceClient("meta-llama/Llama-3.1-8B-Instruct")
121
 
122
  def respond(
123
  message,