lvwerra HF Staff commited on
Commit
2831701
·
verified ·
1 Parent(s): a1ad147

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -11,11 +11,11 @@ from openai import OpenAI
11
 
12
  ENDPOINT_URL = os.environ.get(
13
  "ENDPOINT_URL",
14
- "https://z7nx05gfuixijytx.us-east-1.aws.endpoints.huggingface.cloud/v1/",
15
  )
16
  MODEL_NAME = os.environ.get(
17
  "MODEL_NAME",
18
- "hf-carbon/carbon-3B-hybrid-loss-1T-mix2-v1",
19
  )
20
 
21
  # NVIDIA NIM ESMFold endpoint (alignment-free protein structure prediction).
 
11
 
12
  ENDPOINT_URL = os.environ.get(
13
  "ENDPOINT_URL",
14
+ "https://cr2l9w72ys5pp8le.us-east-1.aws.endpoints.huggingface.cloud",
15
  )
16
  MODEL_NAME = os.environ.get(
17
  "MODEL_NAME",
18
+ "HuggingFaceBio/Carbon-3B",
19
  )
20
 
21
  # NVIDIA NIM ESMFold endpoint (alignment-free protein structure prediction).