Parthebhan commited on
Commit
0358eb0
·
verified ·
1 Parent(s): 322d628

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ def app():
51
  step=0.1,
52
  value=0.5,
53
  )
54
- yolov9_infer = gr.Button(label="Submit")
55
 
56
  with gr.Column():
57
  output_image = gr.Image(type="numpy", label="Output")
 
51
  step=0.1,
52
  value=0.5,
53
  )
54
+ yolov9_infer = gr.Button("Submit")
55
 
56
  with gr.Column():
57
  output_image = gr.Image(type="numpy", label="Output")