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")