init
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ iface = gr.Interface(
|
|
52 |
"image",
|
53 |
examples=examples,
|
54 |
title="OpenDet",
|
55 |
-
article="<p style='text-align: center'><a href=https://github.com/csuhan/opendet2' target='_blank'>Github Repo</a> | <a href=https://csuhan.com' target='_blank'>Author Page</a></p>",
|
56 |
description="Online demo for: Expanding Low-Density Latent Regions for Open-Set Object Detection. Please upload your image, or click one of the examples to load them",
|
57 |
)
|
58 |
|
|
|
52 |
"image",
|
53 |
examples=examples,
|
54 |
title="OpenDet",
|
55 |
+
article="<p style='text-align: center'><a href='https://github.com/csuhan/opendet2' target='_blank'>Github Repo</a> | <a href='https://csuhan.com' target='_blank'>Author Page</a></p>",
|
56 |
description="Online demo for: Expanding Low-Density Latent Regions for Open-Set Object Detection. Please upload your image, or click one of the examples to load them",
|
57 |
)
|
58 |
|