Silence1412 commited on
Commit
6692283
·
1 Parent(s): 97ff90b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -7,9 +7,9 @@ def main():
7
  st.header("Chat with your PDF")
8
  LLM_model = st.selectbox("Select Model",("OpenAI",
9
  "google/flan-t5-large",
10
- "google/flan-ul2",
11
- "OpenAssistant/oasst-sft-1-pythia-12b",
12
- "bigscience/bloomz",
13
  "TODO: ADD MORE..."))
14
  if LLM_model == "OpenAI":
15
  openai_pdf()
 
7
  st.header("Chat with your PDF")
8
  LLM_model = st.selectbox("Select Model",("OpenAI",
9
  "google/flan-t5-large",
10
+ #"google/flan-ul2",
11
+ #"OpenAssistant/oasst-sft-1-pythia-12b",
12
+ #"bigscience/bloomz",
13
  "TODO: ADD MORE..."))
14
  if LLM_model == "OpenAI":
15
  openai_pdf()