Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ if not hf_token:
|
|
11 |
raise ValueError("Hugging Face API token is not set. Please set the HF_API_TOKEN environment variable.")
|
12 |
|
13 |
# Set the inference endpoint URL
|
14 |
-
inference_endpoint = "https://api-inference.huggingface.co/models/meta-llama/Meta-Llama-3-8B"
|
15 |
|
16 |
# Define your prompt template
|
17 |
prompt_template = """\
|
|
|
11 |
raise ValueError("Hugging Face API token is not set. Please set the HF_API_TOKEN environment variable.")
|
12 |
|
13 |
# Set the inference endpoint URL
|
14 |
+
inference_endpoint = "https://api-inference.huggingface.co/models/meta-llama/Meta-Llama-3.1-8B"
|
15 |
|
16 |
# Define your prompt template
|
17 |
prompt_template = """\
|