linhcuem commited on
Commit
7ebef4c
1 Parent(s): 9676381

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -112,7 +112,7 @@ inputs_image = [
112
  gr.Image(type="pil"),
113
  gr.Dropdown(["linhcuem/linhcuem/cham_diem_yolov8"],
114
  default="linhcuem/cham_diem_yolov8", label="Model"),
115
- gr.Slider(maximum=1280, step=32, value = 640 label="Image Size"),
116
  gr.Slider(maximum=1.0 , step=0.05, value = 0.25, label="Confidence Threshold"),
117
  gr.Slider(maximum=1.0, step=0.05, value = 0.45, label="IOU Threshold"),
118
 
 
112
  gr.Image(type="pil"),
113
  gr.Dropdown(["linhcuem/linhcuem/cham_diem_yolov8"],
114
  default="linhcuem/cham_diem_yolov8", label="Model"),
115
+ gr.Slider(maximum=1280, step=32, value = 640, label="Image Size"),
116
  gr.Slider(maximum=1.0 , step=0.05, value = 0.25, label="Confidence Threshold"),
117
  gr.Slider(maximum=1.0, step=0.05, value = 0.45, label="IOU Threshold"),
118