Spaces:
Runtime error
Runtime error
traversaal-ai
commited on
Commit
•
baed359
1
Parent(s):
18f6aaf
Update run.py
Browse files
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)
|