arborvitae commited on
Commit
8481c00
1 Parent(s): 0078522

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,7 +67,7 @@ with gr.Blocks(css=css) as demo:
67
 
68
  with gr.Column():
69
  pdf_doc = gr.File(label="Load a pdf", file_types=['.pdf'], type="file")
70
- repo_id = gr.Dropdown(label="LLM", choices=["google/flan-ul2", "OpenAssistant/oasst-sft-1-pythia-12b", "bigscience/bloomz"], value="google/flan-ul2")
71
  with gr.Row():
72
  langchain_status = gr.Textbox(label="Status", placeholder="", interactive=False)
73
  load_pdf = gr.Button("Load pdf to langchain")
 
67
 
68
  with gr.Column():
69
  pdf_doc = gr.File(label="Load a pdf", file_types=['.pdf'], type="file")
70
+ repo_id = gr.Dropdown(label="LLM", choices=["meta-llama/Llama-2-7b", "OpenAssistant/oasst-sft-1-pythia-12b", "bigscience/bloomz"], value="meta-llama/Llama-2-7b")
71
  with gr.Row():
72
  langchain_status = gr.Textbox(label="Status", placeholder="", interactive=False)
73
  load_pdf = gr.Button("Load pdf to langchain")