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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -167,7 +167,7 @@ def infer_video(input_video_path):
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>")
171
 
172
  with gr.Row():
173
  input_video = gr.Video(label="输入视频")
 
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;'>基于AI的安全风险识别及防控应用</div>")
171
 
172
  with gr.Row():
173
  input_video = gr.Video(label="输入视频")