Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -93,17 +93,8 @@ def app():
|
|
93 |
outputs=[output_numpy],
|
94 |
)
|
95 |
|
96 |
-
|
97 |
-
|
98 |
-
img_path,
|
99 |
-
model_path,
|
100 |
-
image_size,
|
101 |
-
conf_threshold,
|
102 |
-
iou_threshold,
|
103 |
-
],
|
104 |
-
outputs=[output_numpy],
|
105 |
-
cache_examples=True,
|
106 |
-
)
|
107 |
|
108 |
|
109 |
gradio_app = gr.Blocks()
|
|
|
93 |
outputs=[output_numpy],
|
94 |
)
|
95 |
|
96 |
+
|
97 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
98 |
|
99 |
|
100 |
gradio_app = gr.Blocks()
|