KushJaggi commited on
Commit
572f3f1
·
1 Parent(s): 140b81a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", "models/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")
 
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")