Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import requests
|
|
3 |
|
4 |
# GPT-J-6B API
|
5 |
API_URL = "https://api-inference.huggingface.co/models/EleutherAI/gpt-j-6B"
|
6 |
-
headers = {"Authorization": "Bearer
|
7 |
prompt = """
|
8 |
word: risk
|
9 |
poem using word: And then the day came,
|
|
|
3 |
|
4 |
# GPT-J-6B API
|
5 |
API_URL = "https://api-inference.huggingface.co/models/EleutherAI/gpt-j-6B"
|
6 |
+
headers = {"Authorization": "Bearer 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"}
|
7 |
prompt = """
|
8 |
word: risk
|
9 |
poem using word: And then the day came,
|