Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -93,8 +93,8 @@ inputs_image = [
|
|
93 |
gr.inputs.Slider(minimum=0.0, maximum=1.0, default=0.45, step=0.05, label="IOU Threshold"),
|
94 |
]
|
95 |
|
96 |
-
outputs_image =gr.outputs.Image(type="filepath", label="Output Image")
|
97 |
-
count_obj = gr.outputs.Textbox(show_label=True)
|
98 |
|
99 |
title = "Tất cả do anh Đạt"
|
100 |
|
|
|
93 |
gr.inputs.Slider(minimum=0.0, maximum=1.0, default=0.45, step=0.05, label="IOU Threshold"),
|
94 |
]
|
95 |
|
96 |
+
# outputs_image =gr.outputs.Image(type="filepath", label="Output Image")
|
97 |
+
# count_obj = gr.outputs.Textbox(show_label=True)
|
98 |
|
99 |
title = "Tất cả do anh Đạt"
|
100 |
|