Spaces:
Paused
Paused
Update app.py
Browse files
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)
|