eienmojiki commited on
Commit
1f1b651
·
1 Parent(s): d85418d

Remove image selection tool from input image configuration

Browse files

- Simplified input image Gradio component
- Removed unnecessary 'tool="select"' parameter
- Maintained existing image height configuration

Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -36,7 +36,6 @@ def create_app():
36
  input_image = gr.Image(
37
  label="Ảnh gốc",
38
  type="numpy",
39
- tool="select",
40
  height=400
41
  )
42
 
 
36
  input_image = gr.Image(
37
  label="Ảnh gốc",
38
  type="numpy",
 
39
  height=400
40
  )
41