fvde commited on
Commit
84e6019
·
1 Parent(s): 2d9f8d7

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. 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 "I." not in i
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,