Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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=["
|
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 |
|