youngtsai commited on
Commit
4610447
1 Parent(s): b382702

demo.launch(allowed_paths=["videos"])

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -323,4 +323,4 @@ with gr.Blocks() as demo:
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"])
 
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"])