delete title
Build-Deploy-Actions
Details
Build-Deploy-Actions
Details
This commit is contained in:
parent
535fc25d23
commit
13324f66c4
3
app.py
3
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("""
|
||||
<div align='center' ><font size='60'>目标检测</font></div>
|
||||
""")
|
||||
with gr.Row():
|
||||
with gr.Column():
|
||||
image = gr.Image(label="图片", type="pil")
|
||||
|
|
Loading…
Reference in New Issue