Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ For more information on `huggingface_hub` Inference API support, please check th
|
|
7 |
"""
|
8 |
|
9 |
client = InferenceClient("meta-llama/Meta-Llama-3.1-8B")
|
10 |
-
access_token=os.getenv("
|
11 |
# client = InferenceClient(model="meta-llama/Meta-Llama-3.1-8B")
|
12 |
|
13 |
|
|
|
7 |
"""
|
8 |
|
9 |
client = InferenceClient("meta-llama/Meta-Llama-3.1-8B")
|
10 |
+
access_token=os.getenv("overide")
|
11 |
# client = InferenceClient(model="meta-llama/Meta-Llama-3.1-8B")
|
12 |
|
13 |
|