Update app.py
Browse files
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;'
|
| 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="输入视频")
|