kadirnar commited on
Commit
9882a66
·
verified ·
1 Parent(s): 7b5b2dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,7 +75,7 @@ def app():
75
  with gr.Column():
76
  output_numpy = gr.Image(type="numpy",label="Output")
77
 
78
- yolov9_inference.click(
79
  fn=yolov9_inference,
80
  inputs=[
81
  img_path,
 
75
  with gr.Column():
76
  output_numpy = gr.Image(type="numpy",label="Output")
77
 
78
+ yolov9_infer.click(
79
  fn=yolov9_inference,
80
  inputs=[
81
  img_path,