Roy310 commited on
Commit
436f59d
1 Parent(s): 3d78dc6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("access_token")
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