reonjy commited on
Commit
83457fc
1 Parent(s): aa38950

Update ChuanhuChatbot.py

Browse files
Files changed (1) hide show
  1. ChuanhuChatbot.py +0 -1
ChuanhuChatbot.py CHANGED
@@ -333,7 +333,6 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme) as demo:
333
  submitBtn.click(**get_usage_args)
334
 
335
  index_files.change(handle_file_upload, [current_model, index_files, chatbot, language_select_dropdown], [index_files, chatbot, status_display])
336
- summarize_btn.click(handle_summarize_index, [current_model, index_files, chatbot, language_select_dropdown], [chatbot, status_display])
337
 
338
  emptyBtn.click(
339
  reset,
 
333
  submitBtn.click(**get_usage_args)
334
 
335
  index_files.change(handle_file_upload, [current_model, index_files, chatbot, language_select_dropdown], [index_files, chatbot, status_display])
 
336
 
337
  emptyBtn.click(
338
  reset,