ghosthamlet commited on
Commit
796fe24
·
1 Parent(s): f757670

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import os
4
 
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
 
 
4
 
5
  ##Bloom Inference API
6
  API_URL = "https://api-inference.huggingface.co/models/bigscience/bloom"
7
+
8
  headers = {"Authorization": f"Bearer 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"}
9
 
10