Upload folder using huggingface_hub
Browse files- src/gradio_app.py +1 -1
src/gradio_app.py
CHANGED
|
@@ -92,7 +92,7 @@ def load_summary_section(llm: ChatOpenAI):
|
|
| 92 |
clear_button = gr.Button("Clear All Components")
|
| 93 |
with gr.Column(scale=2):
|
| 94 |
sections_to_select = [
|
| 95 |
-
i for i in PARALLEL_SUMMARIZATION_MAPPING.keys() if "
|
| 96 |
]
|
| 97 |
summary_sections_dropdown = gr.Dropdown(
|
| 98 |
sections_to_select,
|
|
|
|
| 92 |
clear_button = gr.Button("Clear All Components")
|
| 93 |
with gr.Column(scale=2):
|
| 94 |
sections_to_select = [
|
| 95 |
+
i for i in PARALLEL_SUMMARIZATION_MAPPING.keys() if "II." not in i
|
| 96 |
]
|
| 97 |
summary_sections_dropdown = gr.Dropdown(
|
| 98 |
sections_to_select,
|