traversaal-ai commited on
Commit
baed359
1 Parent(s): 18f6aaf

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +1 -1
run.py CHANGED
@@ -5,7 +5,7 @@ import os
5
 
6
  endpoint_url = "https://ko60a2m26ylqgri6.us-east-1.aws.endpoints.huggingface.cloud"
7
 
8
- hf_token = os.getenv(hf_token)
9
 
10
  # Streaming Client
11
  client = InferenceClient(endpoint_url, token=hf_token)
 
5
 
6
  endpoint_url = "https://ko60a2m26ylqgri6.us-east-1.aws.endpoints.huggingface.cloud"
7
 
8
+ hf_token = os.getenv('hf_token')
9
 
10
  # Streaming Client
11
  client = InferenceClient(endpoint_url, token=hf_token)