ragV98 commited on
Commit
8b6cb43
·
1 Parent(s): 8e4c661

endpoint update

Browse files
Files changed (1) hide show
  1. components/LLMs/Bart.py +1 -1
components/LLMs/Bart.py CHANGED
@@ -5,7 +5,7 @@ import requests
5
  from typing import Optional
6
 
7
  HF_TOKEN = os.environ.get("HF_TOKEN")
8
- BART_URL = "https://wq3d0mr9dcpcldou.us-east-1.aws.endpoints.huggingface.cloud"
9
 
10
  HEADERS = {
11
  "Authorization": f"Bearer {HF_TOKEN}",
 
5
  from typing import Optional
6
 
7
  HF_TOKEN = os.environ.get("HF_TOKEN")
8
+ BART_URL = "https://c5dk65n3sd14gjo1.us-east-1.aws.endpoints.huggingface.cloud"
9
 
10
  HEADERS = {
11
  "Authorization": f"Bearer {HF_TOKEN}",