Spaces:
Sleeping
Sleeping
Updated line 115 with: ,
Browse files
app.py
CHANGED
@@ -97,6 +97,7 @@ class Inference_Nascent_Spawning_Deriving_From_YOLOv9:
|
|
97 |
iou_threshold,
|
98 |
],
|
99 |
outputs=[output_numpy],
|
|
|
100 |
)
|
101 |
|
102 |
gr.Examples(
|
@@ -111,7 +112,7 @@ class Inference_Nascent_Spawning_Deriving_From_YOLOv9:
|
|
111 |
image_size,
|
112 |
conf_threshold,
|
113 |
iou_threshold,
|
114 |
-
]
|
115 |
outputs=[output_numpy],
|
116 |
cache_examples=True,
|
117 |
)
|
@@ -129,7 +130,8 @@ class Inference_Nascent_Spawning_Deriving_From_YOLOv9:
|
|
129 |
<h3 style='text-align: center'>
|
130 |
Expound further notions regarding this topic at:
|
131 |
https://doi.org/10.48550/arXiv.2402.13616
|
132 |
-
"""
|
|
|
133 |
|
134 |
gradio_app.launch(debug=True)
|
135 |
|
|
|
97 |
iou_threshold,
|
98 |
],
|
99 |
outputs=[output_numpy],
|
100 |
+
|
101 |
)
|
102 |
|
103 |
gr.Examples(
|
|
|
112 |
image_size,
|
113 |
conf_threshold,
|
114 |
iou_threshold,
|
115 |
+
],
|
116 |
outputs=[output_numpy],
|
117 |
cache_examples=True,
|
118 |
)
|
|
|
130 |
<h3 style='text-align: center'>
|
131 |
Expound further notions regarding this topic at:
|
132 |
https://doi.org/10.48550/arXiv.2402.13616
|
133 |
+
"""
|
134 |
+
)
|
135 |
|
136 |
gradio_app.launch(debug=True)
|
137 |
|