Sharathhebbar24 commited on
Commit
ae2a8fa
·
1 Parent(s): 9ad96fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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-large"
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 = {