Spaces:
Runtime error
Runtime error
Commit
·
f757670
1
Parent(s):
04933d3
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ import os
|
|
5 |
##Bloom Inference API
|
6 |
API_URL = "https://api-inference.huggingface.co/models/bigscience/bloom"
|
7 |
HF_TOKEN = os.environ["HF_TOKEN"]
|
8 |
-
headers = {"Authorization": f"Bearer
|
9 |
|
10 |
|
11 |
def text_generate(prompt, generated_txt):
|
|
|
5 |
##Bloom Inference API
|
6 |
API_URL = "https://api-inference.huggingface.co/models/bigscience/bloom"
|
7 |
HF_TOKEN = os.environ["HF_TOKEN"]
|
8 |
+
headers = {"Authorization": f"Bearer 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"}
|
9 |
|
10 |
|
11 |
def text_generate(prompt, generated_txt):
|