Spaces:
Running
Running
Update app.py
Browse files
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
|
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,
|