Spaces:
Runtime error
Runtime error
ramwar
commited on
Commit
·
139cd9c
1
Parent(s):
f6bf3b8
fix hf token
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ question_examples = [
|
|
26 |
"Why doesn't Captain Nemo hate the society?"
|
27 |
]
|
28 |
|
29 |
-
os.environ["HUGGINGFACEHUB_API_TOKEN"]
|
30 |
|
31 |
REPO_ID = "declare-lab/flan-alpaca-large"
|
32 |
|
|
|
26 |
"Why doesn't Captain Nemo hate the society?"
|
27 |
]
|
28 |
|
29 |
+
os.environ["HUGGINGFACEHUB_API_TOKEN"] = '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'
|
30 |
|
31 |
REPO_ID = "declare-lab/flan-alpaca-large"
|
32 |
|