wifix199 commited on
Commit
b90bc2b
·
verified ·
1 Parent(s): c088d8d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ if not hf_token:
12
  raise ValueError("Please set the HF_TOKEN environment variable with your Hugging Face API token.")
13
 
14
  # Initialize the InferenceClient with a correct model
15
- client = InferenceClient("meta-llama/Llama-3.2-1B-Instruct", token=hf_token)
16
 
17
  def respond(
18
  message,
 
12
  raise ValueError("Please set the HF_TOKEN environment variable with your Hugging Face API token.")
13
 
14
  # Initialize the InferenceClient with a correct model
15
+ client = InferenceClient("models/meta-llama/Llama-3.2-1B", token=hf_token)
16
 
17
  def respond(
18
  message,