aryrk commited on
Commit
de376fd
·
1 Parent(s): b8a1b3c

[feat] make a preprocess an option

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -88,7 +88,7 @@ iface = gr.Interface(
88
  fn=reflection_removal,
89
  inputs=[
90
  gr.Image(type="filepath", label="Upload Image (JPG/PNG)"),
91
- gr.Dropdown(choices=preprocess_options, label="Preprocessing Type", default="resize_and_crop")
92
  ],
93
  outputs=gr.Gallery(label="Results after Reflection Removal"),
94
  examples=[
 
88
  fn=reflection_removal,
89
  inputs=[
90
  gr.Image(type="filepath", label="Upload Image (JPG/PNG)"),
91
+ gr.Dropdown(choices=preprocess_options, label="Preprocessing Type")
92
  ],
93
  outputs=gr.Gallery(label="Results after Reflection Removal"),
94
  examples=[