Kathirsci commited on
Commit
ebd2cae
·
verified ·
1 Parent(s): 5c05bce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -117,7 +117,7 @@ def summarize_report(documents: List[Document], llm) -> str:
117
  def main():
118
  st.title("Report Summarizer")
119
 
120
- model_option = st.sidebar.selectbox("Llm Model", options=["llava-v1.6-mistral-7b-hf", "google-t5/t5-11b"])
121
 
122
  uploaded_file = st.sidebar.file_uploader("Upload your Report", type="pdf")
123
 
 
117
  def main():
118
  st.title("Report Summarizer")
119
 
120
+ model_option = st.sidebar.selectbox("Llm Model", options=["ChocoWu/nextgpt_7b_tiva_v0", "google-t5/t5-11b"])
121
 
122
  uploaded_file = st.sidebar.file_uploader("Upload your Report", type="pdf")
123