Spaces:
Running
Running
demo.launch(allowed_paths=["videos"])
Browse files
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=["
|
|
|
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"])
|