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