Spaces:
Runtime error
Runtime error
ramwar
commited on
Commit
·
86cfde8
1
Parent(s):
8876ae4
latest version
Browse files
app.py
CHANGED
@@ -27,9 +27,6 @@ question_examples = [
|
|
27 |
"Why doesn't Captain Nemo hate the society?"
|
28 |
]
|
29 |
|
30 |
-
# define the API token
|
31 |
-
os.environ["HUGGINGFACEHUB_API_TOKEN"] = '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'
|
32 |
-
|
33 |
# used repository for llm
|
34 |
REPO_ID = "declare-lab/flan-alpaca-large"
|
35 |
|
|
|
27 |
"Why doesn't Captain Nemo hate the society?"
|
28 |
]
|
29 |
|
|
|
|
|
|
|
30 |
# used repository for llm
|
31 |
REPO_ID = "declare-lab/flan-alpaca-large"
|
32 |
|