delete title
Build-Deploy-Actions Details

This commit is contained in:
songw 2023-04-26 14:13:25 +08:00
parent 535fc25d23
commit 13324f66c4
1 changed files with 0 additions and 3 deletions

3
app.py
View File

@ -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("""
<div align='center' ><font size='60'>目标检测</font></div>
""")
with gr.Row():
with gr.Column():
image = gr.Image(label="图片", type="pil")