Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -125,7 +125,7 @@ inputs = [
|
|
125 |
gr.inputs.Slider(minimum=0.0, maximum=1.0, default=0.45, step=0.05, label="IOU Threshold"),
|
126 |
]
|
127 |
|
128 |
-
|
129 |
# count_obj = gr.Textbox(show_label=False)
|
130 |
|
131 |
title = "Detect Thiên Việt productions"
|
|
|
125 |
gr.inputs.Slider(minimum=0.0, maximum=1.0, default=0.45, step=0.05, label="IOU Threshold"),
|
126 |
]
|
127 |
|
128 |
+
outputs =gr.outputs.Image(type="filepath", label="Output Image")
|
129 |
# count_obj = gr.Textbox(show_label=False)
|
130 |
|
131 |
title = "Detect Thiên Việt productions"
|