biplob004 commited on
Commit
4ee9d59
·
1 Parent(s): 7ef4803

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -28,8 +28,7 @@ iface = gr.Interface(
28
  gr.Slider(minimum=0, maximum=255, value=50, label="Threshold")
29
  ],
30
  outputs="image",
31
- live=True,
32
- capture_session=True
33
  )
34
 
35
  # Launch the Gradio interface
 
28
  gr.Slider(minimum=0, maximum=255, value=50, label="Threshold")
29
  ],
30
  outputs="image",
31
+ live=True
 
32
  )
33
 
34
  # Launch the Gradio interface