fffiloni commited on
Commit
cb7708f
1 Parent(s): 3fa6349

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", "stabilityai/stablelm-tuned-alpha-3b", "databricks/dolly-v2-3b", "Writer/camel-5b-hf" ], 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")
 
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", "stabilityai/stablelm-tuned-alpha-3b"], 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")