qsitj commited on
Commit
13608bf
·
verified ·
1 Parent(s): 766a1a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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>")