djangomango commited on
Commit
723a823
1 Parent(s): 65fe514

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,7 +78,7 @@ with gr.Blocks(css=css) as demo:
78
  pdf_doc = gr.File(label="Load a PDF", file_types=['.pdf'], type="file", value="AhmedS_Resume.pdf")
79
 
80
  # Create a dropdown for selecting the LLM
81
- repo_id = gr.Dropdown(label="LLM", choices=["HuggingFaceH4/zephyr-7b-alpha", "humarin/chatgpt_paraphraser_on_T5_base"], value="HuggingFaceH4/zephyr-7b-alpha")
82
 
83
  with gr.Row():
84
  langchain_status = gr.Textbox(label="Status", placeholder="Waiting...", interactive=False)
 
78
  pdf_doc = gr.File(label="Load a PDF", file_types=['.pdf'], type="file", value="AhmedS_Resume.pdf")
79
 
80
  # Create a dropdown for selecting the LLM
81
+ repo_id = gr.Dropdown(label="LLM", choices=["HuggingFaceH4/zephyr-7b-alpha", "google/flan-t5-xxl", "gpt2-xl"], value="HuggingFaceH4/zephyr-7b-alpha")
82
 
83
  with gr.Row():
84
  langchain_status = gr.Textbox(label="Status", placeholder="Waiting...", interactive=False)