ghosthamlet commited on
Commit
f757670
·
1 Parent(s): 04933d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 {HF_TOKEN}"}
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):