From 13324f66c4698e462aadd78d1794787ccc6f0ae9 Mon Sep 17 00:00:00 2001 From: songw Date: Wed, 26 Apr 2023 14:13:25 +0800 Subject: [PATCH] delete title --- app.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/app.py b/app.py index 0c810bd..7d15071 100644 --- a/app.py +++ b/app.py @@ -81,9 +81,6 @@ def visualize_prediction(pil_img, output_dict, threshold=0.7, id2label=None): with gr.Blocks(theme=theme, css="footer {visibility: hidden}") as demo: - gr.Markdown(""" -
目标检测
- """) with gr.Row(): with gr.Column(): image = gr.Image(label="图片", type="pil")