Spaces:
Sleeping
Sleeping
Commit
·
ae2a8fa
1
Parent(s):
9ad96fc
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ from langchain.llms import HuggingFaceHub
|
|
8 |
|
9 |
#Function to return the response
|
10 |
def load_answer(question):
|
11 |
-
model_name = "google/flan-t5-
|
12 |
# model_name = "starmpcc/Asclepius-13B"
|
13 |
|
14 |
model_kwargs = {
|
|
|
8 |
|
9 |
#Function to return the response
|
10 |
def load_answer(question):
|
11 |
+
model_name = "google/flan-t5-xxl"
|
12 |
# model_name = "starmpcc/Asclepius-13B"
|
13 |
|
14 |
model_kwargs = {
|