Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ inputs = [
|
|
52 |
]
|
53 |
|
54 |
outputs = gr.Image(type="numpy",label="Output Image")
|
55 |
-
title = "YOLOv9"
|
56 |
|
57 |
demo_app = gr.Interface(
|
58 |
fn=yolov9_inference,
|
|
|
52 |
]
|
53 |
|
54 |
outputs = gr.Image(type="numpy",label="Output Image")
|
55 |
+
title = "YOLOv9: Learning What You Want to Learn Using Programmable Gradient Information"
|
56 |
|
57 |
demo_app = gr.Interface(
|
58 |
fn=yolov9_inference,
|