Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -75,7 +75,7 @@ def app():
|
|
75 |
with gr.Column():
|
76 |
output_numpy = gr.Image(type="numpy",label="Output")
|
77 |
|
78 |
-
|
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,
|