Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -102,7 +102,7 @@ with gr.Blocks(css=css) as demo:
|
|
102 |
|
103 |
with gr.Column():
|
104 |
pdf_doc = gr.File(label="Load a pdf", file_types=['.pdf'], type="file")
|
105 |
-
repo_id = gr.Dropdown(label="LLM", choices=["google/flan-ul2", "OpenAssistant/oasst-sft-1-pythia-12b", "bigscience/bloomz", "
|
106 |
with gr.Row():
|
107 |
langchain_status = gr.Textbox(label="Status", placeholder="", interactive=False)
|
108 |
load_pdf = gr.Button("Load pdf to langchain")
|
|
|
102 |
|
103 |
with gr.Column():
|
104 |
pdf_doc = gr.File(label="Load a pdf", file_types=['.pdf'], type="file")
|
105 |
+
repo_id = gr.Dropdown(label="LLM", choices=["google/flan-ul2", "OpenAssistant/oasst-sft-1-pythia-12b", "bigscience/bloomz", "meta-llama/Llama-2-7b-chat-hf"], value="google/flan-ul2")
|
106 |
with gr.Row():
|
107 |
langchain_status = gr.Textbox(label="Status", placeholder="", interactive=False)
|
108 |
load_pdf = gr.Button("Load pdf to langchain")
|