updated app.py
Browse files
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 |
-
|
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,
|