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