umaiku commited on
Commit
599014f
·
verified ·
1 Parent(s): bb0b3e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from huggingface_hub import InferenceClient
3
  """
4
  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
5
  """
6
- client = InferenceClient("meta-llama/Llama-3.2-1B"")
7
 
8
 
9
  def respond(
 
3
  """
4
  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
5
  """
6
+ client = InferenceClient("meta-llama/Llama-3.2-1B")
7
 
8
 
9
  def respond(