Mikhil-jivus commited on
Commit
5af5566
1 Parent(s): c994f1f

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
  access_token = os.getenv('HF_TOKEN')
10
- client = InferenceClient("Mikhil-jivus/Llama-32-3B-FineTuned",api_key = access_token)
11
 
12
 
13
  def respond(
 
7
  """
8
 
9
  access_token = os.getenv('HF_TOKEN')
10
+ client = InferenceClient("Mikhil-jivus/Llama-32-3B-FineTuned",token = access_token)
11
 
12
 
13
  def respond(