linhcuem commited on
Commit
218883f
·
1 Parent(s): 3a28ead

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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