ysharma HF staff commited on
Commit
56a5b46
·
1 Parent(s): 9c13fae

updated app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import os
6
  API_URL = "https://api-inference.huggingface.co/models/EleutherAI/gpt-j-6B"
7
  HF_TOKEN = os.environ["HF_TOKEN"]
8
  headers = {"Authorization": f"Bearer {HF_TOKEN}"}
9
- #headers = {"Authorization": "Bearer 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"}
10
  prompt = """
11
  word: risk
12
  poem using word: And then the day came,
 
6
  API_URL = "https://api-inference.huggingface.co/models/EleutherAI/gpt-j-6B"
7
  HF_TOKEN = os.environ["HF_TOKEN"]
8
  headers = {"Authorization": f"Bearer {HF_TOKEN}"}
9
+
10
  prompt = """
11
  word: risk
12
  poem using word: And then the day came,