Update app.py
Browse files
app.py
CHANGED
@@ -164,7 +164,7 @@ def infer_video(input_video_path):
|
|
164 |
|
165 |
|
166 |
# 更新 Gradio 接口以支持视频输入和输出
|
167 |
-
with gr.Blocks(title="
|
168 |
css=".gradio-container {background:lightyellow;}"
|
169 |
) as demo:
|
170 |
gr.HTML("<div style='font-family:'Times New Roman', 'Serif'; font-size:16pt; font-weight:bold; text-align:center; color:royalblue;'>长沙电网项目</div>")
|
|
|
164 |
|
165 |
|
166 |
# 更新 Gradio 接口以支持视频输入和输出
|
167 |
+
with gr.Blocks(title="基于AI的安全风险识别及防控应用",
|
168 |
css=".gradio-container {background:lightyellow;}"
|
169 |
) as demo:
|
170 |
gr.HTML("<div style='font-family:'Times New Roman', 'Serif'; font-size:16pt; font-weight:bold; text-align:center; color:royalblue;'>长沙电网项目</div>")
|