Spaces:
Sleeping
Sleeping
fix(app): adjust inference endpoint address
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ if not token:
|
|
14 |
For more information on `huggingface_hub` Inference API support, please check the docs: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
|
15 |
"""
|
16 |
client = InferenceClient(
|
17 |
-
|
18 |
token=token
|
19 |
)
|
20 |
|
|
|
14 |
For more information on `huggingface_hub` Inference API support, please check the docs: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
|
15 |
"""
|
16 |
client = InferenceClient(
|
17 |
+
base_url="https://mw6ztcar07ths6bp.us-east-1.aws.endpoints.huggingface.cloud/v1/",
|
18 |
token=token
|
19 |
)
|
20 |
|