Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,7 +3,7 @@ import requests
|
|
| 3 |
import os # Import the os module to use environment variables
|
| 4 |
|
| 5 |
# Load Hugging Face API Key from Hugging Face Secrets
|
| 6 |
-
HF_API_KEY = os.getenv("
|
| 7 |
|
| 8 |
# IBM Granite 3B model
|
| 9 |
MODEL_NAME = "ibm-granite/granite-3.1-1b-a400m-instruct"
|
|
|
|
| 3 |
import os # Import the os module to use environment variables
|
| 4 |
|
| 5 |
# Load Hugging Face API Key from Hugging Face Secrets
|
| 6 |
+
HF_API_KEY = os.getenv("IBMGraniteTextSummary9")
|
| 7 |
|
| 8 |
# IBM Granite 3B model
|
| 9 |
MODEL_NAME = "ibm-granite/granite-3.1-1b-a400m-instruct"
|