Spaces:
Sleeping
Sleeping
ariankhalfani
commited on
Commit
•
4fe5e8e
1
Parent(s):
d745fdc
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ from sentence_transformers import SentenceTransformer
|
|
9 |
import gradio as gr
|
10 |
|
11 |
# Configure Hugging Face API URL and headers
|
12 |
-
model_name = "meta-llama/Meta-Llama-3-8B-Instruct"
|
13 |
huggingface_api_key = os.getenv("HUGGINGFACE_API_KEY")
|
14 |
headers = {"Authorization": f"Bearer {huggingface_api_key}"}
|
15 |
|
|
|
9 |
import gradio as gr
|
10 |
|
11 |
# Configure Hugging Face API URL and headers
|
12 |
+
model_name = "meta-llama/Meta-Llama-3.1-8B-Instruct"
|
13 |
huggingface_api_key = os.getenv("HUGGINGFACE_API_KEY")
|
14 |
headers = {"Authorization": f"Bearer {huggingface_api_key}"}
|
15 |
|