alexkueck commited on
Commit
1ce615c
·
1 Parent(s): 2286178

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ from utils import *
8
  # HF Inference Endpoints parameter
9
  endpoint_url = "https://qrh4fv8e7x3fw9w3.us-east-1.aws.endpoints.huggingface.cloud"
10
 
11
- hf_token = os.getenv("TOKEN_HF")
12
 
13
  # Streaming Client
14
  client = InferenceClient(endpoint_url, token=hf_token)
 
8
  # HF Inference Endpoints parameter
9
  endpoint_url = "https://qrh4fv8e7x3fw9w3.us-east-1.aws.endpoints.huggingface.cloud"
10
 
11
+ hf_token = os.getenv("TOKEN_HF")
12
 
13
  # Streaming Client
14
  client = InferenceClient(endpoint_url, token=hf_token)