Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,11 +11,11 @@ from openai import OpenAI
|
|
| 11 |
|
| 12 |
ENDPOINT_URL = os.environ.get(
|
| 13 |
"ENDPOINT_URL",
|
| 14 |
-
"https://
|
| 15 |
)
|
| 16 |
MODEL_NAME = os.environ.get(
|
| 17 |
"MODEL_NAME",
|
| 18 |
-
"
|
| 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).
|