Spaces:
Sleeping
Sleeping
update token
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ import os
|
|
| 4 |
|
| 5 |
##Bloom
|
| 6 |
API_URL = "https://api-inference.huggingface.co/models/bigscience/bloom"
|
| 7 |
-
HF_TOKEN =
|
| 8 |
headers = {"Authorization": f"Bearer {HF_TOKEN}"}
|
| 9 |
|
| 10 |
|
|
|
|
| 4 |
|
| 5 |
##Bloom
|
| 6 |
API_URL = "https://api-inference.huggingface.co/models/bigscience/bloom"
|
| 7 |
+
HF_TOKEN = "Bloom_Token"
|
| 8 |
headers = {"Authorization": f"Bearer {HF_TOKEN}"}
|
| 9 |
|
| 10 |
|