narugo1992 commited on
Commit
94b61d2
1 Parent(s): eab0a53

dev(narugo): use 640 as default

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -177,7 +177,7 @@ if __name__ == '__main__':
177
  gr_input_image = gr.Image(type='pil', label='Original Image')
178
  with gr.Row():
179
  gr_threshold = gr.Slider(0.0, 1.0, 0.7, label='Tagging Confidence Threshold')
180
- gr_image_size = gr.Slider(128, 960, 512, step=32, label='Image for Recognition')
181
  gr_keep_ratio = gr.Checkbox(value=False, label='Keep the Ratio')
182
  with gr.Row():
183
  gr_model = gr.Dropdown(MODELS, value=MODELS[0], label='Model')
 
177
  gr_input_image = gr.Image(type='pil', label='Original Image')
178
  with gr.Row():
179
  gr_threshold = gr.Slider(0.0, 1.0, 0.7, label='Tagging Confidence Threshold')
180
+ gr_image_size = gr.Slider(128, 960, 640, step=32, label='Image for Recognition')
181
  gr_keep_ratio = gr.Checkbox(value=False, label='Keep the Ratio')
182
  with gr.Row():
183
  gr_model = gr.Dropdown(MODELS, value=MODELS[0], label='Model')