aiuser1 commited on
Commit
2383681
1 Parent(s): e27fb07

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","mistralai/Mistral-7B-v0.1"], 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=["OpenAssistant/oasst-sft-1-pythia-12b","mistralai/Mistral-7B-v0.1"], value="OpenAssistant/oasst-sft-1-pythia-12b")
71
  with gr.Row():
72
  langchain_status = gr.Textbox(label="Status", placeholder="", interactive=False)
73
  load_pdf = gr.Button("Load pdf to langchain")