kadirnar commited on
Commit
98f34d0
·
verified ·
1 Parent(s): 14bbece

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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,