youngtsai commited on
Commit
b382702
1 Parent(s): c275e05
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -303,7 +303,6 @@ with gr.Blocks() as demo:
303
  btn_2 = gr.Button()
304
  btn_3 = gr.Button()
305
 
306
-
307
  send_button.click(
308
  respond,
309
  inputs=[msg, df_string_output, chatbot],
@@ -324,7 +323,4 @@ with gr.Blocks() as demo:
324
  # 当输入网页链接时触发
325
  web_link.change(process_web_link, inputs=web_link, outputs=[btn_1, btn_2, btn_3, df_summarise, df_string_output])
326
 
327
-
328
-
329
-
330
  demo.launch(allowed_paths=["../videos"])
 
303
  btn_2 = gr.Button()
304
  btn_3 = gr.Button()
305
 
 
306
  send_button.click(
307
  respond,
308
  inputs=[msg, df_string_output, chatbot],
 
323
  # 当输入网页链接时触发
324
  web_link.change(process_web_link, inputs=web_link, outputs=[btn_1, btn_2, btn_3, df_summarise, df_string_output])
325
 
 
 
 
326
  demo.launch(allowed_paths=["../videos"])