szpisjak commited on
Commit
e96c3cb
·
verified ·
1 Parent(s): c7ec2a5

fix(app): adjust inference endpoint address

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- model="https://mw6ztcar07ths6bp.us-east-1.aws.endpoints.huggingface.cloud",
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