aryrk commited on
Commit
8b5cf1f
·
1 Parent(s): 30787ce

[fix error]

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ sample_images = [
65
  iface = gr.Interface(
66
  fn=reflection_removal,
67
  inputs=[
68
- gr.Image(type="filepath", label="Upload Image (JPG/PNG)", live=True)
69
  ],
70
  outputs=gr.Gallery(label="Results after Reflection Removal"),
71
  examples=[
 
65
  iface = gr.Interface(
66
  fn=reflection_removal,
67
  inputs=[
68
+ gr.Image(type="filepath", label="Upload Image (JPG/PNG)")
69
  ],
70
  outputs=gr.Gallery(label="Results after Reflection Removal"),
71
  examples=[